Merge pull request #2469 from gamerbross/vscode-just-debug

Add debugging without compiling to VSCode
This commit is contained in:
Eric 2024-05-18 14:16:52 -04:00 committed by GitHub
commit 0a4cbf4ef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

7
.vscode/launch.json vendored
View File

@ -7,6 +7,13 @@
"type": "lime",
"request": "launch"
},
{
// Launch in native/CPP on Windows/OSX/Linux (without compiling)
"name": "Debug",
"type": "lime",
"request": "launch",
"preLaunchTask": null
},
{
// Launch in browser
"name": "HTML5 Debug",