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
Test scenarios for explicit, always, and never when saving normally, and do so again when Auto Save is enabled for Window change and Focus Change, as well as when Auto Save is enabled after delay (in which case nothing would happen).
Test scenarios for true and false in same conditions.
Code Actions with the array (ensure no error, runs like true and false).
justschen
removed
candidate
Issue identified as probable candidate for fixing in the next release
unreleased
Patch has not yet been released in VS Code Insiders
labels
Oct 6, 2023
tests candidate for #194861.
insiders PR (when released): #194870
release branch PR: #194930
Things to test:
Code actions on save
edit in settings.json
explicit
,always
, andnever
when saving normally, and do so again when Auto Save is enabled forWindow change
andFocus Change
, as well as when Auto Save is enabled after delay (in which case nothing would happen).true
andfalse
in same conditions.true
andfalse
).Example for arrays:
Runs when code actions are in the array, does not run when code actions are excluded from the array.
Known issues:
source.fixAll
andsource.organizeImports
: Provide better completion for editor.codeActionsOnSave #161284The text was updated successfully, but these errors were encountered: