mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Add running without compiling VSCode
This commit is contained in:
parent
34a6e16385
commit
9d8c636585
1 changed files with 7 additions and 0 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue