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

chore(vscode): Use new code action values "explicit" #9805

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

scttcper
Copy link
Member

latest vscode will attempt to correct these values every time you open the project.

The new options are:
explicit - Triggers Code Actions when explicitly saved. Same as true.
always - Triggers Code Actions when explicitly saved and on Auto Saves from window or focus changes.
never - Never triggers Code Actions on save. Same as false.

https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
latest vscode will attempt to correct these values every time you open the project.

**The new options are:**
explicit - Triggers Code Actions when explicitly saved. Same as true.
always - Triggers Code Actions when explicitly saved and on Auto Saves from window or focus changes.
never - Never triggers Code Actions on save. Same as false.

https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto
@scttcper scttcper requested review from a team, stephanie-anderson and AbhiPrasad and removed request for a team December 12, 2023 17:59
@scttcper scttcper changed the title chore(vscode): chore(vscode): Use new code action values Dec 12, 2023
@scttcper scttcper changed the title chore(vscode): Use new code action values chore(vscode): Use new code action values "explicit" Dec 12, 2023
@scttcper scttcper merged commit 380a552 into develop Dec 12, 2023
@scttcper scttcper deleted the scttcper/vscode-explicit branch December 12, 2023 21:35
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.

None yet

2 participants