1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Add running without compiling VSCode

This commit is contained in:
gamerbross 2024-05-12 02:21:39 +02:00
parent 34a6e16385
commit 9d8c636585

7
.vscode/launch.json vendored
View file

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