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
progressLabel: sourceTargetPairs.length>1 ? nls.localize({key: 'copyingBulkEdit',comment: ['Placeholder will be replaced by the number of files being copied']},"Copying {0} files",sourceTargetPairs.length)
1041
1042
: nls.localize({key: 'copyingFileBulkEdit',comment: ['Placeholder will be replaced by the name of the file copied.']},"Copying {0}",resources.basenameOrAuthority(sourceTargetPairs[0].target)),
1042
-
undoLabel: sourceTargetPairs.length>1 ? nls.localize({key: 'copyBulkEdit',comment: ['Placeholder will be replaced by the number of files being copied']},"Copy {0} files",sourceTargetPairs.length)
1043
-
: nls.localize({key: 'copyFileBulkEdit',comment: ['Placeholder will be replaced by the name of the file copied.']},"Copy {0}",resources.basenameOrAuthority(sourceTargetPairs[0].target))
1043
+
undoLabel: sourceTargetPairs.length>1 ? nls.localize({key: 'copyBulkEdit',comment: ['Placeholder will be replaced by the number of files being copied']},"Paste {0} files",sourceTargetPairs.length)
1044
+
: nls.localize({key: 'copyFileBulkEdit',comment: ['Placeholder will be replaced by the name of the file copied.']},"Paste {0}",resources.basenameOrAuthority(sourceTargetPairs[0].target))
'description': nls.localize('confirmUndo',"Controls how the explorer participates in undoing file and folder edits."),
377
+
'default': UndoEnablement.Warn,
378
+
'enumDescriptions': [
379
+
nls.localize('enableUndo.warn','Explorer will prompt before undoing all file and folder creation events.'),
380
+
nls.localize('enableUndo.allow','Explorer will undo file and folder creation events without prompting.'),
381
+
nls.localize('enableUndo.disable','Explorer does not participte in undo events.'),
382
+
],
383
+
},
372
384
'explorer.expandSingleFolderWorkspaces': {
373
385
'type': 'boolean',
374
386
'description': nls.localize('expandSingleFolderWorkspaces',"Controls whether the explorer should expand multi-root workspaces containing only one folder during initilization"),
0 commit comments