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:
authorBenjamin Simmonds <bsimmond@student.ethz.ch>2022-09-13 12:27:00 +0300
committerBenjamin Simmonds <bsimmond@student.ethz.ch>2022-09-13 12:27:00 +0300
commit85b3a395aa490ef09119912b102ebc1ea3b6060f (patch)
tree414f347f8ae955b9d2b31ac8d87aa264495c6ae3 /src/vs/workbench/contrib/extensions/common/extensions.ts
parenta9f9893925fe0eda9138f3addd803b0de2e4a632 (diff)
Recently updated fixes
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