diff --git a/.vscode/launch.json b/.vscode/launch.json index 80bafb80307..67c4f82699b 100644 --- a/.vscode/launch.json +++ b/.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",