You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: