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:
authorSandeep Somavarapu <sasomava@microsoft.com>2022-09-13 21:35:14 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2022-09-13 21:35:14 +0300
commitbb54b84573a141744e3ab51db06f59b4757fc137 (patch)
tree3fe9212324c746d3d9f2bec19d50784eb1bf9032 /src/vs/workbench/contrib/extensions/common/extensions.ts
parentd0d5cbd82f4944741a40ff2784dc86f296825a23 (diff)
parent28e52a46fe8df0c924c881e438e124c05f171b9c (diff)
Merge branch 'main' into sandy081/profilesStorageServicesandy081/profilesStorageService
Diffstat (limited to 'src/vs/workbench/contrib/extensions/common/extensions.ts')
-rw-r--r--src/vs/workbench/contrib/extensions/common/extensions.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vs/workbench/contrib/extensions/common/extensions.ts b/src/vs/workbench/contrib/extensions/common/extensions.ts
index ca1a3a5ff3f..32c2becd92f 100644
--- a/src/vs/workbench/contrib/extensions/common/extensions.ts
+++ b/src/vs/workbench/contrib/extensions/common/extensions.ts
@@ -187,8 +187,6 @@ export const INSTALL_EXTENSION_FROM_VSIX_COMMAND_ID = 'workbench.extensions.comm
export const LIST_WORKSPACE_UNSUPPORTED_EXTENSIONS_COMMAND_ID = 'workbench.extensions.action.listWorkspaceUnsupportedExtensions';
// Context Keys
-export const DefaultViewsContext = new RawContextKey<boolean>('defaultExtensionViews', true);
-export const ExtensionsSortByContext = new RawContextKey<string>('extensionsSortByValue', '');
export const HasOutdatedExtensionsContext = new RawContextKey<boolean>('hasOutdatedExtensions', false);
// Context Menu Groups