Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts')
-rw-r--r--src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts b/src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts
index 54a2887e33b..c7c01c717bf 100644
--- a/src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts
+++ b/src/vs/workbench/api/browser/mainThreadFileSystemEventService.ts
@@ -185,7 +185,10 @@ registerAction2(class ResetMemento extends Action2 {
constructor() {
super({
id: 'files.participants.resetChoice',
- title: localize('label', "Reset choice for 'File operation needs preview'"),
+ title: {
+ value: localize('label', "Reset choice for 'File operation needs preview'"),
+ original: `Reset choice for 'File operation needs preview'`
+ },
f1: true
});
}