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
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.off'},"A dirty file is never automatically saved."),
296
-
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.afterDelay'},"A dirty file is automatically saved after the configured `#files.autoSaveDelay#`."),
297
-
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.onFocusChange'},"A dirty file is automatically saved when the editor loses focus."),
298
-
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.onWindowChange'},"A dirty file is automatically saved when the window loses focus.")
295
+
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.off'},"A dirty editor is never automatically saved."),
296
+
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.afterDelay'},"A dirty editor is automatically saved after the configured `#files.autoSaveDelay#`."),
297
+
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.onFocusChange'},"A dirty editor is automatically saved when the editor loses focus."),
298
+
nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'files.autoSave.onWindowChange'},"A dirty editor is automatically saved when the window loses focus.")
'markdownDescription': nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'autoSave'},"Controls auto save of dirty files. Read more about autosave [here](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).",AutoSaveConfiguration.OFF,AutoSaveConfiguration.AFTER_DELAY,AutoSaveConfiguration.ON_FOCUS_CHANGE,AutoSaveConfiguration.ON_WINDOW_CHANGE,AutoSaveConfiguration.AFTER_DELAY)
301
+
'markdownDescription': nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'autoSave'},"Controls auto save of dirty editors. Read more about autosave [here](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save).",AutoSaveConfiguration.OFF,AutoSaveConfiguration.AFTER_DELAY,AutoSaveConfiguration.ON_FOCUS_CHANGE,AutoSaveConfiguration.ON_WINDOW_CHANGE,AutoSaveConfiguration.AFTER_DELAY)
302
302
},
303
303
'files.autoSaveDelay': {
304
304
'type': 'number',
305
305
'default': 1000,
306
-
'markdownDescription': nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'autoSaveDelay'},"Controls the delay in ms after which a dirty file is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.",AutoSaveConfiguration.AFTER_DELAY)
306
+
'markdownDescription': nls.localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'autoSaveDelay'},"Controls the delay in ms after which a dirty editor is saved automatically. Only applies when `#files.autoSave#` is set to `{0}`.",AutoSaveConfiguration.AFTER_DELAY)
0 commit comments