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

Commit

Permalink
Remove extra setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jun 10, 2019
1 parent 0ecb1fa commit 461fa05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .vscode/launch.json
Expand Up @@ -15,9 +15,7 @@
"--timeout",
"999999",
"--colors",
"${workspaceFolder}/out/runner/test",
// "-g",
// "exclude"
"${workspaceFolder}/out/runner/test"
],
"internalConsoleOptions": "openOnSessionStart"
}
Expand Down
3 changes: 1 addition & 2 deletions test-workspace/.vscode/settings.json
@@ -1,4 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"tslint.enable": false
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 461fa05

Please sign in to comment.