added chrome and ff debug vscode
This commit is contained in:
parent
571a88f246
commit
06ef1df977
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -11,6 +11,22 @@
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/s3browser-backend/cmd/s3Browser.go",
|
||||
"envFile": "${workspaceFolder}/s3browser-backend/.env",
|
||||
},
|
||||
{
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"reAttach": true,
|
||||
"name": "Launch Firefox",
|
||||
"url": "http://localhost:3000/",
|
||||
"webRoot": "${workspaceFolder}/s3browser-frontend"
|
||||
},
|
||||
{
|
||||
"name": "Launch Chromium",
|
||||
"request": "launch",
|
||||
"type": "pwa-chrome",
|
||||
"url": "http://localhost:3000",
|
||||
"webRoot": "${workspaceFolder}/s3browser-frontend",
|
||||
"runtimeExecutable": "/bin/chromium"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user