diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-16 20:41:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-16 20:41:24 +0800 |
commit | 23eac92eb9e6cb133336f67e104c00b9f200cb5b (patch) | |
tree | 9c1dbf9b144c8c34805123107eccb7956dcd10a3 /.vscode | |
parent | 9c6e2784fa796777bed2d4ba17f706d2c6a0bc67 (diff) | |
download | lua-language-server-23eac92eb9e6cb133336f67e104c00b9f200cb5b.zip |
test performance
Diffstat (limited to '.vscode')
-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 0826aeb6..3ba84cd2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11489", + "address": "127.0.0.1:11413", "outputCapture": [ ], "sourceMaps": [ |