Chore: Add vscode ESLint debug target (#98277)

pull/99492/head
Tom Ratcliffe 5 months ago committed by GitHub
parent a9f0e15778
commit 8c2a74bd74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      .vscode/launch.json

@ -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…
Cancel
Save