summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-10-19 17:26:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-10-19 17:26:20 +0800
commitf90a6366f4a4212e23612f17bffa506ffe25e030 (patch)
tree7501637fa4e0e4146673cbdca9ada8cde5bc1d08 /.vscode
parentee6e0c96e8f5d66d3cb81ef9641444564dea87b9 (diff)
downloadlua-language-server-f90a6366f4a4212e23612f17bffa506ffe25e030.zip
beta 支持 runtime.special
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 838f6b24..438fe0d7 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -48,7 +48,7 @@
"type": "lua",
"request": "attach",
"stopOnEntry": true,
- "address": "127.0.0.1:11413",
+ "address": "127.0.0.1:11419",
"outputCapture": [
]
},