Feat: better load and fetch compile command (#201)

Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
This commit is contained in:
Shiyu
2025-09-02 22:12:05 +08:00
committed by GitHub
parent 8337475b91
commit 155773cf66
6 changed files with 258 additions and 46 deletions

View File

@@ -14,7 +14,7 @@ struct LSPInfo {
std::string name;
/// The version of server or client.
std::string verion;
std::string version;
};
struct WindowCapacities {};