diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 21:13:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 21:13:58 +0800 |
commit | 4c71c56f925246618cce854ab9773311a7812055 (patch) | |
tree | 45721d5321668cf5b749caab322a84b414e587fb /.vscode/launch.json | |
parent | d50a75aac341d6b87caadb3eb9b863cb8ebe2751 (diff) | |
download | lua-language-server-4c71c56f925246618cce854ab9773311a7812055.zip |
support change workspace folders
TODO: has memory leak after remove folders
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 71d8735a..0d0fb111 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,7 +25,7 @@ "type": "lua", "request": "attach", "stopOnEntry": false, - "address": "127.0.0.1:11413", + "address": "127.0.0.1:11427", "outputCapture": [ ], "sourceMaps": [ |