mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Allow LSP to process multiple messages per poll
(cherry-picked from commit e2485044a1)
This commit is contained in:
parent
3f1caf6640
commit
38b646ca4a
4 changed files with 25 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue