-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version: 2.6.0-dev.20171015
Using watch in typescript with Visual Studio 2015 is broken in version 2.6. Running the command
tsc --watch
If the file is open in another editor the compilation will work as expected, even when changed in VS2015
Expected behavior:
Any code change will be compiled and the files updated.
Actual behavior:
Compilation is triggered but no files are compiled.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue