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