some update.

This commit is contained in:
ykiko
2024-07-05 23:32:40 +08:00
parent 52056862e1
commit 2cc74bdc1e
7 changed files with 34 additions and 10 deletions

View File

@@ -12,11 +12,12 @@ class Server {
uv_pipe_t stdin_pipe;
public:
int initialize();
int start();
int exit();
public:
void handle_message(std::string_view message);
// LSP methods
void initialize();
};
} // namespace clice