Commit 380a552
authored
chore(vscode): Use new code action values
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"explicit" (getsentry#9805)1 parent a05de17 commit 380a552
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
0 commit comments