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

LSP: Add support for custom host setting

You can now configure host in the `language_server` settings in the editor
settings.

(cherry picked from commit be6da39b8a)
This commit is contained in:
John J. Donna II
2021-09-01 18:56:19 -04:00
committed by Rémi Verschelde
parent a95b015968
commit 91482a00bb
2 changed files with 8 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ class GDScriptLanguageServer : public EditorPlugin {
bool thread_running;
bool started;
bool use_thread;
String host;
int port;
static void thread_main(void *p_userdata);