diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 01:28:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 01:28:39 +0800 |
commit | 4bcad2f7554c001102162cb895d251136ac52724 (patch) | |
tree | eb06549009852aeee95b5f48021d22b39b4805b0 /.vscode | |
parent | 43cfafca5446079c9829277e64b2df2b2514f703 (diff) | |
download | lua-language-server-4bcad2f7554c001102162cb895d251136ac52724.zip |
去掉多余的launch
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d62dd960..06af2a10 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,23 +29,6 @@ ] }, { - "name": "发布", - "type": "lua", - "request": "launch", - "stopOnEntry": false, - "program": "${workspaceRoot}/server/publish.lua", - "arg": [ - ], - "consoleCoding": "utf8", - "sourceCoding": "utf8", - "luaVersion": "5.4", - "luaArch": "x86_64", - "outputCapture": [ - "print", - "stderr", - ], - }, - { "name": "🍺测试-beta", "type": "lua", "request": "launch", |