summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f8762f49..fa39fb73 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -51,6 +51,18 @@
"consoleCoding": "utf8",
"sourceCoding": "utf8",
"luaRuntime": "5.4 64bit"
- }
+ },
+ {
+ "name": "测试-beta",
+ "type": "lua",
+ "request": "launch",
+ "stopOnEntry": false,
+ "program": "${workspaceRoot}/server-beta/test.lua",
+ "arg": [
+ ],
+ "consoleCoding": "utf8",
+ "sourceCoding": "utf8",
+ "luaRuntime": "5.4 64bit"
+ },
]
}