diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-09 20:20:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-09 20:20:26 +0800 |
commit | ebc8c4d7c95fd1db872fae49a979ed1b7b5b5818 (patch) | |
tree | 4fb61f363ce1adb978bc4c9304d863f1f56fc15c /.vscode | |
parent | 872334e6bec8b8b73a634f59969dd2a69d02f69d (diff) | |
download | lua-language-server-ebc8c4d7c95fd1db872fae49a979ed1b7b5b5818.zip |
display main errors first
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 6567e714..86004596 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,7 +29,7 @@ "type": "lua", "request": "attach", "stopOnEntry": true, - "address": "127.0.0.1:11413", + "address": "127.0.0.1:11427", "outputCapture": [ ] }, |