diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 00:54:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 00:54:12 +0800 |
commit | b171e92da5ce7f5c79e33003fbdfcbb65532ef57 (patch) | |
tree | 52aff1100f9bc172dd525b6e026a5ef76f76896f /.vscode | |
parent | 137afac8fbda740b56c3e4b8f8e77260c29f0b10 (diff) | |
download | lua-language-server-b171e92da5ce7f5c79e33003fbdfcbb65532ef57.zip |
编译与自动集成
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 159069cb..d62dd960 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -29,30 +29,6 @@ ] }, { - "name": "编译", - "type": "lua", - "request": "launch", - "stopOnEntry": false, - "program": "${workspaceRoot}/server/test/main.lua", - "cwd": "${workspaceRoot}/server", - "env": { - "PATH": "${workspaceRoot}\\server\\bin\\" - }, - "path": "${workspaceRoot}/server/bin/?.lua", - "cpath": "${workspaceRoot}/server/bin/?.dll;", - "arg": [ - ], - "consoleCoding": "utf8", - "sourceCoding": "utf8", - "preLaunchTask": "编译", - "luaVersion": "5.4", - "luaArch": "x86_64", - "outputCapture": [ - "print", - "stderr", - ], - }, - { "name": "发布", "type": "lua", "request": "launch", |