You've already forked godot
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:
committed by
Rémi Verschelde
parent
a95b015968
commit
91482a00bb
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user