diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-08-14 18:07:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-08-14 18:07:57 +0800 |
commit | 7f735dff2b5fcadb39973e3d2144fd1a3630a090 (patch) | |
tree | 98d848c59b02363d2df001e8cc8ac42c6e2e1667 /.vscode | |
parent | cf1846dce0c42d599c31b95af1a3e1825c931909 (diff) | |
download | lua-language-server-7f735dff2b5fcadb39973e3d2144fd1a3630a090.zip |
整理代码
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 | ||||
-rw-r--r-- | .vscode/settings.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index cfb5988b..838f6b24 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11412", + "address": "127.0.0.1:11413", "outputCapture": [ ] }, diff --git a/.vscode/settings.json b/.vscode/settings.json index df636db4..e857db9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,5 +34,6 @@ }, "Lua.plugin.enable": true, "Lua.zzzzzz.cat": true, - "Lua.develop.enable": true + "Lua.develop.enable": true, + "Lua.develop.debuggerPort": 11413 } |