diff --git a/.vscode/launch.json b/.vscode/launch.json index 5ab4030fc00..1e19b6e7c0b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,15 +5,13 @@ "name": "Debug CLI", "type": "node", "request": "launch", - "program": "${workspaceRoot}/build/src/tslint-cli.js", + "program": "${workspaceRoot}/build/src/tslintCli.js", "stopOnEntry": false, "args": [], "cwd": "${workspaceRoot}", "preLaunchTask": "tsc", "runtimeExecutable": null, - "runtimeArgs": [ - "--nolazy" - ], + "runtimeArgs": ["--nolazy"], "env": { "NODE_ENV": "development" }, @@ -32,9 +30,7 @@ "cwd": "${workspaceRoot}", "preLaunchTask": "tsc", "runtimeExecutable": null, - "runtimeArgs": [ - "--nolazy" - ], + "runtimeArgs": ["--nolazy"], "env": { "NODE_ENV": "development" }, @@ -53,9 +49,7 @@ "cwd": "${workspaceRoot}", "preLaunchTask": "tsc", "runtimeExecutable": null, - "runtimeArgs": [ - "--nolazy" - ], + "runtimeArgs": ["--nolazy"], "env": { "NODE_ENV": "development" }, @@ -74,9 +68,7 @@ "cwd": "${workspaceRoot}", "preLaunchTask": "tsc", "runtimeExecutable": null, - "runtimeArgs": [ - "--nolazy" - ], + "runtimeArgs": ["--nolazy"], "env": { "NODE_ENV": "development" },