mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
nb codeaction setting description re-ordering (#194183)
setting description fix #194106
This commit is contained in:
@@ -971,7 +971,7 @@ configurationRegistry.registerConfiguration({
|
||||
enum: ['explicit', 'never'],
|
||||
// enum: ['explicit', 'always', 'never'], -- autosave support needs to be built first
|
||||
// nls.localize('always', 'Always triggers Code Actions on save, including autosave, focus, and window change events.'),
|
||||
enumDescriptions: [nls.localize('never', 'Never triggers Code Actions on save.'), nls.localize('explicit', 'Triggers Code Actions only when explicitly saved.')],
|
||||
enumDescriptions: [nls.localize('explicit', 'Triggers Code Actions only when explicitly saved.', nls.localize('never', 'Never triggers Code Actions on save.'))],
|
||||
},
|
||||
default: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user