diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 1eec0c44..63c90816 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,6 @@ "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/server/test.lua", - "cwd": "${workspaceRoot}/server", //"luaexe": "${workspaceRoot}\\server\\bin\\lua-language-server.exe", //"luadll": "${workspaceRoot}\\server\\bin\\lua54.dll", "arg": [ @@ -53,11 +52,8 @@ "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/server/publish.lua", - "cwd": "${workspaceRoot}/server", //"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", |