Make Compile On Save on by default for loose files #934
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Suggestion
An idea for TypeScript
Visual Studio
Integration with Visual Studio
Currently you need to go into Tools -> Options -> Text Editor -> TypeScript -> Project -> General in order to turn on Compile on Save for non-project contexts. It's not clear why we wouldn't just want this on by default there when we have it on by default for projects. We would need to pick a codegen target which we could do through inspection (if you are an external module use commonjs, else use amd). In any case, some number of people might have to change the codegen target from the default but that's fewer people than are currently having to go in and do the exact same set of clicks to turn it on in the first place.
The text was updated successfully, but these errors were encountered: