Closed
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.