Skip to content
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

better build-on-save #2009

Merged
merged 3 commits into from
Aug 31, 2024
Merged

better build-on-save #2009

merged 3 commits into from
Aug 31, 2024

Conversation

Techatrix
Copy link
Member

  • build_on_save_step has been replaced by build_on_save_args
  • build-on-save will automatically prefer a 'check' step over the default 'install' if available
  • build-on-save will automatically be enabled if a 'check' step is found
    fixes Build on save should look for a "check" step #1918

Build on save configuration still needs to be made per-project configurable.

suggested in #1918

Note that this doesn't work in VS Code until the config option are synced again.
The `enable_build_on_save` can be explicitly set to `false` to disable this behavior.
@Techatrix Techatrix force-pushed the techatrix/build-on-save-check branch from 8e901b4 to cbe8088 Compare August 31, 2024 16:58
@Techatrix Techatrix merged commit fcb8bcb into master Aug 31, 2024
6 checks passed
@Techatrix Techatrix deleted the techatrix/build-on-save-check branch August 31, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build on save should look for a "check" step
1 participant