1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

removing launch.json

This commit is contained in:
CarleyDiaz-Bitwarden
2022-06-24 10:25:54 -04:00
parent a3aa6c41f7
commit ee120a0171

View File

@@ -1,15 +0,0 @@
{
// 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": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}