Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information