Skip to content

Commit

Permalink
bug(build): set tsc task to isBuildCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Knight committed Jun 20, 2017
1 parent 1b9b168 commit a1483c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"args": ["-w", "-p", "."],
"showOutput": "silent",
"isBackground": true,
"isBuildCommand": true,
"problemMatcher": "$tsc-watch"
}
]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
- Working on ts-node enabled Debugging @markfknight

## [2.0.2] 2017-06-21
### Fixed
- Set TSC task as isBuildCommand @markfknight

## [2.0.1] 2017-06-19
### Fixed
- tslint-language-service tsconfig plugin settings @markfknight
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-typescript-node-starter",
"version": "2.0.1",
"version": "2.0.2",
"author": "markfknight (dev@markfknight.com)",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a1483c8

Please sign in to comment.