add html5 launch

This commit is contained in:
George FunBook 2022-02-09 19:32:35 -06:00
parent 2aee6bcab8
commit fb12fad72a
1 changed files with 9 additions and 0 deletions

9
.vscode/launch.json vendored
View File

@ -1,6 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "HTML5 Debug",
"type": "chrome",
"request": "launch",
"url": "http://127.0.0.1:3001",
"sourceMaps": true,
"webRoot": "${workspaceFolder}",
"preLaunchTask": "debug: html"
},
{
"name": "Lime",
"type": "lime",