Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsserver should support compileOnSave #8884

Closed
dbaeumer opened this issue May 30, 2016 · 4 comments
Closed

tsserver should support compileOnSave #8884

dbaeumer opened this issue May 30, 2016 · 4 comments
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

Comments

@dbaeumer
Copy link
Member

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.

@DanielRosenwasser DanielRosenwasser added the API Relates to the public API for TypeScript label Jun 7, 2016
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 2.1 milestone Jun 7, 2016
@mhegazy mhegazy added the Suggestion An idea for TypeScript label Jun 7, 2016
@frogcjn
Copy link

frogcjn commented Jul 2, 2016

Any Progress? Thanks!

@mmc41
Copy link

mmc41 commented Jul 25, 2016

Most wanted feature

@zhengbli zhengbli added the Committed The team has roadmapped this issue label Jul 29, 2016
@zpdDG4gta8XKpMCd
Copy link

Merged #9837

@zhengbli
Copy link
Contributor

Note the PR #9837 is not merged in master branch, instead it is merged in a recent tsserver re-write branch tsserverVS-WIP. Therefore the APIs wouldn't be available in the nightly builds for now.

@mhegazy mhegazy closed this as completed Sep 21, 2016
@waderyan waderyan added the VS Code Tracked There is a VS Code equivalent to this issue label Sep 21, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

8 participants