diff options
author | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
commit | 0549b1e5a8a3132005e275d6026db8003cb067d2 (patch) | |
tree | f0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/.vscode/launch.json | |
parent | 32345800737b668011a87328cd3dcce59ec2934c (diff) |
*rename folder
Diffstat (limited to 'Resources/.vscode/launch.json')
-rw-r--r-- | Resources/.vscode/launch.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Resources/.vscode/launch.json b/Resources/.vscode/launch.json deleted file mode 100644 index 94088ea..0000000 --- a/Resources/.vscode/launch.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lua", - "request": "launch", - "tag": "normal", - "name": "LuaPanda", - "description": "通用模式,通常调试项目请选择此模式 | launchVer:3.2.0", - "cwd": "${workspaceFolder}", - "luaFileExtension": "", - "connectionPort": 8818, - "stopOnEntry": false, - "useCHook": true, - "autoPathMode": true, - // 自动启动编辑器 - "program": "${workspaceFolder}/../Build/Editor.exe", "postDebugTask": "KillEditor" - //"preLaunchTask": "LaunchEditor", "postDebugTask": "KillEditor" - }, - { - "type": "lua", - "request": "launch", - "tag": "independent_file", - "name": "LuaPanda-IndependentFile", - "description": "独立文件调试模式,使用前请参考文档", - "luaPath": "", - "packagePath": [], - "luaFileExtension": "", - "connectionPort": 8820, - "stopOnEntry": false, - "useCHook": true - } - ] -}
\ No newline at end of file |