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
description: nls.localizeByDefault('Code action kinds to be run on save.'),
56
+
markdownDescription: nls.localizeByDefault('Run Code Actions for the editor on save. Code Actions must be specified and the editor must not be shutting down. Example: `"source.organizeImports": "explicit" `'),
nls.localize('theia/editor/editor.formatOnSaveMode.modificationsIfAvailable',"Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted."),
85
+
nls.localizeByDefault("Will attempt to format modifications only (requires source control). If source control can't be used, then the whole file will be formatted."),
86
86
],
87
87
'markdownDescription': nls.localizeByDefault('Controls if format on save formats the whole file or only modifications. Only applies when `#editor.formatOnSave#` is enabled.'),
'markdownDescription': nls.localize('theia/editor/files.autoSave','Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.','off','afterDelay','onFocusChange','onWindowChange','afterDelay')
118
+
'markdownDescription': nls.localizeByDefault('Controls [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors that have unsaved changes.')
0 commit comments