You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Auto-Increment Debugger Port
Note: This PR also changes the port of the GDScript Language Server from 6008 to 6005. This opens enough ports above the debug port (6007) for this change to be useful.
This commit is contained in:
@@ -45,7 +45,7 @@ class GDScriptLanguageServer : public EditorPlugin {
|
||||
bool started = false;
|
||||
bool use_thread = false;
|
||||
String host = "127.0.0.1";
|
||||
int port = 6008;
|
||||
int port = 6005;
|
||||
static void thread_main(void *p_userdata);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user