diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
commit | c63b2e404d8d2bb984afe3678a5ba2b2836380cc (patch) | |
tree | a70661effacc7a29caa8d49583673ac4be2faaf5 /.vscode | |
parent | 85c5a4210e4447422cd5677369ae740ed65725a0 (diff) | |
download | lua-language-server-c63b2e404d8d2bb984afe3678a5ba2b2836380cc.zip |
remove the old version
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 25 |
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", |