You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(vscode): Use new code action values "explicit" (#9805)
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
0 commit comments