You've already forked godot
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:
committed by
Rémi Verschelde
parent
3f1caf6640
commit
38b646ca4a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user