mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 12:23:36 +00:00
Merge pull request #2469 from gamerbross/vscode-just-debug
Add debugging without compiling to VSCode
This commit is contained in:
commit
0a4cbf4ef8
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue