mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-23 21:56:46 +00:00
add html5 launch
This commit is contained in:
parent
2aee6bcab8
commit
fb12fad72a
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
@ -1,6 +1,15 @@
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "HTML5 Debug",
|
||||||
|
"type": "chrome",
|
||||||
|
"request": "launch",
|
||||||
|
"url": "http://127.0.0.1:3001",
|
||||||
|
"sourceMaps": true,
|
||||||
|
"webRoot": "${workspaceFolder}",
|
||||||
|
"preLaunchTask": "debug: html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Lime",
|
"name": "Lime",
|
||||||
"type": "lime",
|
"type": "lime",
|
||||||
|
|
Loading…
Reference in a new issue