summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e6f98b3e..79304554 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,14 +12,16 @@
"env": {
"PATH": "${workspaceRoot}\\server\\bin\\"
},
- "luaexe": "${workspaceRoot}\\server\\bin\\lua-language-server.exe",
- "luadll": "${workspaceRoot}\\server\\bin\\lua54.dll",
+ //"luaexe": "${workspaceRoot}\\server\\bin\\lua-language-server.exe",
+ //"luadll": "${workspaceRoot}\\server\\bin\\lua54.dll",
"path": "${workspaceRoot}/server/bin/?.lua",
"cpath": "${workspaceRoot}/server/bin/?.dll;",
"arg": [
],
"consoleCoding": "utf8",
- "sourceCoding": "utf8"
+ "sourceCoding": "utf8",
+ "experimentalServer": true,
+ "luaRuntime": "5.4 64bit"
},
{
"name": "附加",