-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Comments
If you add this, please support the (not-yet-standard) See microsoft/TypeScript#2326 and https://github.com/TypeStrong/atom-typescript/blob/master/docs/faq.md#i-dont-want-atom-typescript-compiling-my-js. |
Actually, wouldn't it be better to implement this as an extension, in support of "Don't create a monster, please!"? |
yes, this was our thinking as well |
@waderyan this is again asking for builder support. |
Any news? The |
As of now I spawn a new terminal and just run |
Still no news about support for this feature? |
Could someone help me to understand why VSCode doesn’t support 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. |
Any progress? |
Make it simpler to setup TypeScript compilation.
Can we make this incrementally?
The text was updated successfully, but these errors were encountered: