mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-15 00:14:20 +01:00
fix #62526
This commit is contained in:
@@ -336,7 +336,7 @@ configurationRegistry.registerConfiguration({
|
||||
'editor.formatOnSave': {
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
'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."),
|
||||
'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."),
|
||||
'overridable': true,
|
||||
'scope': ConfigurationScope.RESOURCE
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user