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
4b7d5eb4e1
commit
fc78f766d1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user