summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-03 10:44:32 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-03 10:44:32 +0800
commit1d3b6f8c0194c5da4f80793da1828c034c4daeef (patch)
tree0294c46a10307670172fd8a4e3440cc471eaeffc /.vscode/launch.json
parente9137c6077c7de01018f46181c97ab8fe235df4c (diff)
downloadlua-language-server-1d3b6f8c0194c5da4f80793da1828c034c4daeef.zip
编译模块
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 71f55595..780687c2 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,9 +12,9 @@
"env": {
"PATH": "${workspaceRoot}\\server\\bin\\"
},
- "luaRuntime": "5.3 32bit",
+ "luaRuntime": "5.4 32bit",
"luaexe": "${workspaceRoot}\\server\\bin\\lua.exe",
- "luadll": "${workspaceRoot}\\server\\bin\\lua53.dll",
+ "luadll": "${workspaceRoot}\\server\\bin\\lua54.dll",
"path": "${workspaceRoot}/server/bin/?.lua",
"cpath": "${workspaceRoot}/server/bin/?.dll;",
"arg": [
@@ -33,6 +33,23 @@
"port": 546858
},
{
+ "name": "编译",
+ "type": "lua",
+ "request": "launch",
+ "stopOnEntry": false,
+ "program": "${workspaceRoot}/server/compile.lua",
+ "cwd": "${workspaceRoot}/server",
+ "luaRuntime": "5.4 32bit",
+ "luaexe": "${workspaceRoot}/server/bee.lua/make/luamake/lua.exe",
+ "luadll": "${workspaceRoot}/server/bee.lua/make/luamake/lua54.dll",
+ "path": "${workspaceRoot}/server/bee.lua/make/luamake/?.lua",
+ "cpath": "${workspaceRoot}/server/bee.lua/make/luamake/?.dll;",
+ "arg": [
+ ],
+ "consoleCoding": "utf8",
+ "sourceCoding": "utf8"
+ },
+ {
"type": "extensionHost",
"request": "launch",
"name": "Launch Client",