diff --git a/.vscode/launch.json b/.vscode/launch.json index efb4de6..7e534d8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,13 +1,13 @@ { "version": "0.2.0", "configurations": [ + { - "name": "Debug My Lua App", - "type": "myLuaApp", + "name": "Debug Mini Game", + "type": "mini-debugger", "request": "launch", "program": "${workspaceFolder}/mini_debug", "cwd": "${workspaceFolder}", - "trace": true } ] }