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

Replace the "checkOnSave" and "checkWith" parameters with a new "actionOnSave" parameter #10

Closed
KalitaAlexey opened this issue Dec 23, 2016 · 1 comment
Assignees

Comments

@KalitaAlexey
Copy link
Member

Remove the "checkOnSave", "checkWith" configuration properties.

Add a new property "actionOnSave" with the following available values:

  • "build" - on save it will build.
  • "check" - on save it will check.
  • "clippy" - on save it will check with clippy.
  • "run" - on save it will run.
  • "test" - on save it will test.
  • null - on save it will do nothing.
@KalitaAlexey KalitaAlexey self-assigned this Dec 23, 2016
@KalitaAlexey
Copy link
Member Author

I am working on it.

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

1 participant