Add --lsp-port as a command line argument

This commit is contained in:
ryanabx
2023-09-17 22:09:18 -05:00
parent 5f1e56ff26
commit a5b7c4c415
3 changed files with 29 additions and 6 deletions

View File

@ -53,6 +53,7 @@ private:
void _notification(int p_what);
public:
static int port_override;
GDScriptLanguageServer();
void start();
void stop();