mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
HackStudio: Greet language servers asynchronously
There's no need to wait for a response after we've sent the project path to a newly connected language server.
This commit is contained in:
parent
67b47d62f3
commit
0af69e8917
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
endpoint LanguageServer
|
||||
{
|
||||
greet(String project_root) => ()
|
||||
greet(String project_root) =|
|
||||
|
||||
file_opened(String filename, IPC::File file) =|
|
||||
file_edit_insert_text(String filename, String text, i32 start_line, i32 start_column) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue