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>2021-07-14 15:18:32 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2021-07-14 15:18:32 +0300
commit472f93615dd640869bebc3a089b7ccce0b489098 (patch)
tree67bd5b04a4610731c8746e1142e5cd56e4e45e89 /src/vs/workbench/contrib/extensions/common
parent3dd3d93f8139ab415ee98fc4ad31800e59a9469e (diff)
add runtime status section
Diffstat (limited to 'src/vs/workbench/contrib/extensions/common')
-rw-r--r--src/vs/workbench/contrib/extensions/common/extensions.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vs/workbench/contrib/extensions/common/extensions.ts b/src/vs/workbench/contrib/extensions/common/extensions.ts
index 4cc0eb15645..12ad9b7e0bc 100644
--- a/src/vs/workbench/contrib/extensions/common/extensions.ts
+++ b/src/vs/workbench/contrib/extensions/common/extensions.ts
@@ -108,6 +108,7 @@ export const enum ExtensionEditorTab {
Changelog = 'changelog',
Dependencies = 'dependencies',
ExtensionPack = 'extensionPack',
+ RuntimeStatus = 'runtimeStatus',
}
export const ConfigurationKey = 'extensions';