mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add vscode ESLint debug target (#98277)
This commit is contained in:
parent
a9f0e15778
commit
8c2a74bd74
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -96,6 +96,15 @@
|
|||||||
"NODE_ENV": "test"
|
"NODE_ENV": "test"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Debug ESLint",
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"runtimeExecutable": "yarn",
|
||||||
|
"runtimeArgs": ["run", "eslint", "${file}"],
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"internalConsoleOptions": "neverOpen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Go test",
|
"name": "Debug Go test",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
|
Loading…
Reference in New Issue
Block a user