1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Allow LSP to process multiple messages per poll

This commit is contained in:
Mikael Hermansson
2024-03-08 15:24:51 +01:00
parent aef11a1427
commit e2485044a1
4 changed files with 25 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ class GDScriptLanguageServer : public EditorPlugin {
bool use_thread = false;
String host = "127.0.0.1";
int port = 6005;
int poll_limit_usec = 100000;
static void thread_main(void *p_userdata);
private: