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

Explore: Integrated TypeScript building/transpilation #973

Open
egamma opened this issue Dec 3, 2015 · 9 comments
Open

Explore: Integrated TypeScript building/transpilation #973

egamma opened this issue Dec 3, 2015 · 9 comments
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@egamma
Copy link
Member

egamma commented Dec 3, 2015

Make it simpler to setup TypeScript compilation.
Can we make this incrementally?

@egamma egamma added the plan-item VS Code - planned item for upcoming label Dec 3, 2015
@egamma egamma added this to the Dec 2015 milestone Dec 3, 2015
@egamma egamma mentioned this issue Dec 3, 2015
34 tasks
@glen-84
Copy link

glen-84 commented Dec 4, 2015

If you add this, please support the (not-yet-standard) compileOnSave tsconfig option.

See microsoft/TypeScript#2326 and https://github.com/TypeStrong/atom-typescript/blob/master/docs/faq.md#i-dont-want-atom-typescript-compiling-my-js.

@glen-84
Copy link

glen-84 commented Dec 4, 2015

Actually, wouldn't it be better to implement this as an extension, in support of "Don't create a monster, please!"?

@egamma
Copy link
Member Author

egamma commented Dec 5, 2015

Actually, wouldn't it be better to implement this as an extension

yes, this was our thinking as well

@dbaeumer dbaeumer modified the milestones: Jan 2016, Dec 2015 Dec 15, 2015
@egamma egamma mentioned this issue Jan 6, 2016
59 tasks
@egamma egamma modified the milestones: Backlog, Jan 2016 Jan 25, 2016
@dbaeumer dbaeumer added the typescript Typescript support issues label Sep 26, 2016
@dbaeumer dbaeumer added feature-request Request for new features or functionality and removed plan-item VS Code - planned item for upcoming labels Nov 15, 2016
@dbaeumer dbaeumer assigned waderyan and unassigned dbaeumer Nov 15, 2016
@dbaeumer
Copy link
Member

@waderyan this is again asking for builder support.

@mjbvz mjbvz self-assigned this Jan 26, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Feb 1, 2017
@waderyan waderyan removed their assignment Jul 13, 2017
@al6x
Copy link

al6x commented Nov 27, 2018

Any news? The compileOnSave seems to be still ignored by vscode, is there any plans to implement it? I don't like the watch tasks, I don't want to configure any task, I just want my files compiled simply and magically.

@serbanghita
Copy link

As of now I spawn a new terminal and just run tsc -w, VSCode seems to not recognise compileOnSave yet, this is especially annoying when migrating from WebStorm (IntelliJ) who has this capability.

@MichaelGatesDev
Copy link

Still no news about support for this feature?

@Soul-Master
Copy link

Could someone help me to understand why VSCode doesn’t support compileOnSave flag? But VisualStudio supports this feature since the beginning of TypeScript.

If I understand correctly, both of these IDE rely on tsserver that run in separated process. VSCode supports TypeScript out of the box. But VS2019 requires to install TypeScript SDK for each version.

@toFrankie
Copy link

Any news? The compileOnSave seems to be still ignored by vscode, is there any plans to implement it? I don't like the watch tasks, I don't want to configure any task, I just want my files compiled simply and magically.

Any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

10 participants