mirror of
https://github.com/grafana/grafana.git
synced 2024-12-27 09:21:35 -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}",
|
"cwd": "${workspaceFolder}",
|
||||||
"args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"]
|
"args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Attach to Chrome",
|
||||||
|
"port": 9222,
|
||||||
|
"request": "attach",
|
||||||
|
"type": "chrome",
|
||||||
|
"webRoot": "${workspaceFolder}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Jest test",
|
"name": "Debug Jest test",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
Loading…
Reference in New Issue
Block a user