Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Added extra debug launch properties to allow debugging of rule tests. (
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted authored and Josh Goldberg committed Jan 3, 2019
1 parent 45d435a commit d58793f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"name": "Run TSLint Tests",
"program": "${workspaceFolder}/node_modules/tslint/bin/tslint",
"args": ["--test", "-r", "dist/src", "tests/**"],
"outputCapture": "std"
"outputCapture": "std",
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/dist/src/**/*.js"],
"cwd": "${workspaceFolder}",
"runtimeArgs": ["--nolazy"]
}
]
}

0 comments on commit d58793f

Please sign in to comment.