summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-20 21:55:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-20 21:55:41 +0800
commitc63b2e404d8d2bb984afe3678a5ba2b2836380cc (patch)
treea70661effacc7a29caa8d49583673ac4be2faaf5 /.vscode
parent85c5a4210e4447422cd5677369ae740ed65725a0 (diff)
downloadlua-language-server-c63b2e404d8d2bb984afe3678a5ba2b2836380cc.zip
remove the old version
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 838f6b24..0b74a6fb 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -3,31 +3,6 @@
"version": "0.2.0",
"configurations": [
{
- "name": "测试",
- "type": "lua",
- "request": "launch",
- "stopOnEntry": false,
- "program": "${workspaceRoot}/test.lua",
- "arg": [
- ],
- "consoleCoding": "utf8",
- "sourceCoding": "utf8",
- "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
- "outputCapture": [
- "print",
- "stderr",
- ],
- },
- {
- "name": "附加",
- "type": "lua",
- "request": "attach",
- "stopOnEntry": true,
- "address": "127.0.0.1:11411",
- "outputCapture": [
- ]
- },
- {
"name": "🍺测试-beta",
"type": "lua",
"request": "launch",