Skip to content

Commit

Permalink
Fix #141469
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Jan 26, 2022
1 parent 29db1d8 commit ec9670e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ configurationRegistry.registerConfiguration({
'enumDescriptions': [
nls.localize('enableUndo.warn', 'Explorer will prompt before undoing all file and folder creation events.'),
nls.localize('enableUndo.allow', 'Explorer will undo file and folder creation events without prompting.'),
nls.localize('enableUndo.disable', 'Explorer does not participte in undo events.'),
nls.localize('enableUndo.disable', 'Undo will be disabled in the explorer.'),
],
},
'explorer.expandSingleFolderWorkspaces': {
Expand Down

0 comments on commit ec9670e

Please sign in to comment.