summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index baa8a471..1eec0c44 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,15 +7,10 @@
"type": "lua",
"request": "launch",
"stopOnEntry": false,
- "program": "${workspaceRoot}/server/test/main.lua",
+ "program": "${workspaceRoot}/server/test.lua",
"cwd": "${workspaceRoot}/server",
- "env": {
- "PATH": "${workspaceRoot}\\server\\bin\\"
- },
//"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",