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/contrib/files/browser/files.contribution.ts')
-rw-r--r--src/vs/workbench/contrib/files/browser/files.contribution.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/files/browser/files.contribution.ts b/src/vs/workbench/contrib/files/browser/files.contribution.ts
index 1ebf70ce257..79e57d4312d 100644
--- a/src/vs/workbench/contrib/files/browser/files.contribution.ts
+++ b/src/vs/workbench/contrib/files/browser/files.contribution.ts
@@ -404,7 +404,7 @@ configurationRegistry.registerConfiguration({
},
'explorer.expandSingleFolderWorkspaces': {
'type': 'boolean',
- 'description': nls.localize('expandSingleFolderWorkspaces', "Controls whether the explorer should expand multi-root workspaces containing only one folder during initilization"),
+ 'description': nls.localize('expandSingleFolderWorkspaces', "Controls whether the explorer should expand multi-root workspaces containing only one folder during initialization"),
'default': true
},
'explorer.sortOrder': {