Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

[Feature] Add support for "compileOnSave" #148

Open
ptusch opened this issue Mar 5, 2019 · 1 comment
Open

[Feature] Add support for "compileOnSave" #148

ptusch opened this issue Mar 5, 2019 · 1 comment

Comments

@ptusch
Copy link

ptusch commented Mar 5, 2019

Hello,

I'd love to have a feature called "compileOnSave". Currently, I have to launch a separate Terminal window and call tsc -w in my project and that's a bummer in a way.
tsconfig.json Allows IDEs to check for that attribute and act accordingly:

I know that atom-typescript supports it and it looks like WebStorm does to. I wonder how hard it would be to implement it. If it's easy enough, I'd try it anyway.

What are your thoughts on this?

@Aerijo
Copy link
Contributor

Aerijo commented Mar 5, 2019

This package is just an interface for the language server, which is currently the theia language server. It appears to have some sort of compile on save feature, but I'm not sure if it's working or just a placeholder.

I will probably look into this more given time, but it would help if anyone who knows more about this language server could explain what needs to be done. It is a feature I would like to see though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants