Skip to content

Commit 18a843a

Browse files
committed
1 parent 67a8eb6 commit 18a843a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/files/electron-browser/files.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ configurationRegistry.registerConfiguration({
336336
'editor.formatOnSave': {
337337
'type': 'boolean',
338338
'default': false,
339-
'description': nls.localize('formatOnSave', "Format a file on save. A formatter must be available, the file must not be auto-saved, and editor must not be shutting down."),
339+
'description': nls.localize('formatOnSave', "Format a file on save. A formatter must be available, the file must not be saved after delay, and the editor must not be shutting down."),
340340
'overridable': true,
341341
'scope': ConfigurationScope.RESOURCE
342342
},

0 commit comments

Comments
 (0)