mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 00:41:20 -06:00
Add VSCode launch configuration to debug in remote Chrome (#58108)
This commit is contained in:
parent
4b1ddba0a8
commit
05f630a566
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -11,6 +11,13 @@
|
||||
"cwd": "${workspaceFolder}",
|
||||
"args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"]
|
||||
},
|
||||
{
|
||||
"name": "Attach to Chrome",
|
||||
"port": 9222,
|
||||
"request": "attach",
|
||||
"type": "chrome",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"name": "Debug Jest test",
|
||||
"type": "node",
|
||||
|
Loading…
Reference in New Issue
Block a user