-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add facility to disable emit-on-save #67
Comments
Yes
I'll add this a plugin option. Reason: Don't want to a) pollute |
@robertknight having re-read the comments I just noticed your |
Nevertheless I have the code staged and will push it, potentially for people that use something else like |
@basarat - For my particular use case, compile-on-save would be fine if the usual output directory was preserved - although I still need to run 'make' to perform other build steps. Thanks for implementing this so quickly. |
Is this setting available now? I can't find it. |
@kalaomer We ended up making it a part of compileOnSave : https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md |
Oh, thanks! |
Please add this setting back to the plugin. Editor/plugin-specific configuration doesn't belong in |
Please add the option of disabling notification back, I added options to config (see code below), still doesn't work. I see notifications with warnings/errors every time I save the file, it's extremely annoying.
|
The compileOnSave should be off by default, user can use it when they want to. Or it MESSES THINGS UP!!!!!!!!! |
My project's build outputs TypeScript-compiled Javascript in a separate build dir (
src\lib\foo.ts -> build\lib\foo.js
) to avoid polluting the source tree with build artefacts.It would be useful if it was possible to either:
Discussion on Gitter:
I see a reference to tsconfig.json which will apparently be a standard way to configure TypeScript in future but I don't know too much about the plans for it. Would that be another way to address this use case?
Admin task list
tsconfig
TypeScript PR to docs. Support for tsconfig.json files microsoft/TypeScript#1692The text was updated successfully, but these errors were encountered: