Vscode: Explore: Integrated TypeScript building/transpilation

Created on 3 Dec 2015  路  10Comments  路  Source: microsoft/vscode

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

feature-request typescript upstream

Most helpful comment

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.

All 10 comments

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

See https://github.com/Microsoft/TypeScript/issues/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!"?

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

yes, this was our thinking as well

Please integreate this, atom typescript is dead and this is really annoying in vs code :/

@waderyan this is again asking for builder support.

Any plans to integrate this in the near future?

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.

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.

Still no news about support for this feature?

Could someone help me to understand why VSCode doesn鈥檛 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisdias picture chrisdias  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments

v-pavanp picture v-pavanp  路  3Comments

biij5698 picture biij5698  路  3Comments