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

Add editor.codeActionsOnSave #48086

Merged
merged 5 commits into from
Apr 20, 2018
Merged

Commits on Apr 20, 2018

  1. Add editor.codeActionsOnSave

    Fixes microsoft#42092
    
    Adds a way to run code actions on save using the `editor.codeActionsOnSave` setting. This setting lists code action kinds to be executed automatically when  the document is saved.
    mjbvz committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    66d0380 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32c4ecb View commit details
    Browse the repository at this point in the history
  3. Adding timeout

    mjbvz committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8aec948 View commit details
    Browse the repository at this point in the history
  4. Fix description

    mjbvz committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    0ae090c View commit details
    Browse the repository at this point in the history
  5. Fix relative path

    mjbvz committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    9a488c5 View commit details
    Browse the repository at this point in the history