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

(cherry-picked from commit e2485044a1)
This commit is contained in:
Mikael Hermansson
2024-03-08 15:24:51 +01:00
committed by Rémi Verschelde
parent 3f1caf6640
commit 38b646ca4a
4 changed files with 25 additions and 12 deletions

View File

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