summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 44af2651..159069cb 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,7 +7,7 @@
"type": "lua",
"request": "launch",
"stopOnEntry": false,
- "program": "${workspaceRoot}/server/test.lua",
+ "program": "${workspaceRoot}/test.lua",
"arg": [
],
"consoleCoding": "utf8",
@@ -74,7 +74,7 @@
"type": "lua",
"request": "launch",
"stopOnEntry": false,
- "program": "${workspaceRoot}/server-beta/test.lua",
+ "program": "${workspaceRoot}/test-beta.lua",
"arg": [
],
"consoleCoding": "utf8",