Debbug Javascript vs code
Sat Jan 07 2023 04:08:58 GMT+0000 (Coordinated Universal Time)
Saved by
@chelobotix
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Chelobotix",
"url": "http://localhost:5500",
"webRoot": "${workspaceRoot}"
}
]
}
content_copyCOPY
Comments