add src folder to debug command
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "npx eslint",
|
||||
"command": "npx eslint src",
|
||||
"name": "Debug eslint",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
|
||||
Reference in New Issue
Block a user