summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-09-18 17:07:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-09-18 17:07:11 +0800
commit32dd2af081a40813683ced02a82a129efb604174 (patch)
tree6134c900c7dd93680dd34d855bbae4815e6da4dd /.vscode
parent8dc4b5d3f8145e679ae27b2b7e8a85cc122f7044 (diff)
downloadlua-language-server-32dd2af081a40813683ced02a82a129efb604174.zip
重新设计await的任务中断
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..5095cfb2 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:11414",
"outputCapture": [
]
},