Skip to content

Commit a1483c8

Browse files
author
Mark Knight
committed
bug(build): set tsc task to isBuildCommand
1 parent 1b9b168 commit a1483c8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"args": ["-w", "-p", "."],
1313
"showOutput": "silent",
1414
"isBackground": true,
15+
"isBuildCommand": true,
1516
"problemMatcher": "$tsc-watch"
1617
}
1718
]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
## [Unreleased]
77
- Working on ts-node enabled Debugging @markfknight
88

9+
## [2.0.2] 2017-06-21
10+
### Fixed
11+
- Set TSC task as isBuildCommand @markfknight
12+
913
## [2.0.1] 2017-06-19
1014
### Fixed
1115
- tslint-language-service tsconfig plugin settings @markfknight

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-typescript-node-starter",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "markfknight ([email protected])",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)