tsserver should support compileOnSave #8884
Labels
API
Relates to the public API for TypeScript
Committed
The team has roadmapped this issue
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
TypeScript Version: 1.8.x
The tsconfig.json can list compileOnSave which is nicely supported in VS. To make that work on VS Code as well the necessary support should come from the tsserver. We could either send the tsserver and event when a file is saved or the tsserver could make use of its file eventing to detect the case.
The text was updated successfully, but these errors were encountered: