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
Fix: Allows Arrays in Setting for Code Actions on Save (#194930)
* allows arrays to be used in code actions on save
* revert changes in non-important files
* code cleanup
* adding back in for proper intellisense
* added more specific logic check
* fixes contains issue:
* added additional fix for overwritten duplicate subsets. reverting larger, less necessary code
markdownDescription: nls.localize('editor.codeActionsOnSave','Run CodeActions for the editor on save. CodeActions must be specified and the editor must not be shutting down. Example: `"source.organizeImports": "explicit" `'),
0 commit comments