summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-10-29 20:58:47 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-10-29 20:58:47 +0800
commit2620918840cb28fdd641fa986367ad9e8175a730 (patch)
tree7c1665dfae55d9c9bc3b3778271fd7b76093eb87 /.vscode
parentd5ecec7f362db69879e5097e41bd334d76260783 (diff)
downloadlua-language-server-2620918840cb28fdd641fa986367ad9e8175a730.zip
优化性能
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
-rw-r--r--.vscode/settings.json4
2 files changed, 2 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 438fe0d7..5431ca74 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -48,7 +48,7 @@
"type": "lua",
"request": "attach",
"stopOnEntry": true,
- "address": "127.0.0.1:11419",
+ "address": "127.0.0.1:11420",
"outputCapture": [
]
},
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 97694867..ecf65735 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,11 +1,9 @@
// Just some comment
{
- "Lua.diagnostics.globals": [ // Just some comment
- // Just some comment
+ "Lua.diagnostics.globals": [
"ERR",
"OUT",
"IN",
- // Just some comment
"log",
"ac",
"_G",