提交 0dfd0447 编写于 作者: S Sandeep Somavarapu

#43645 Update schema

上级 42d89b79
...@@ -60,7 +60,7 @@ export const viewsContainerContribution: IJSONSchema = { ...@@ -60,7 +60,7 @@ export const viewsContainerContribution: IJSONSchema = {
type: 'object', type: 'object',
properties: { properties: {
'activitybar': { 'activitybar': {
description: localize('views.container.activitybar', "Activity Bar"), description: localize('views.container.activitybar', "Contribute views containers to Activity Bar"),
type: 'array', type: 'array',
items: viewsContainerSchema items: viewsContainerSchema
} }
......
...@@ -69,15 +69,23 @@ namespace schema { ...@@ -69,15 +69,23 @@ namespace schema {
type: 'object', type: 'object',
properties: { properties: {
'explorer': { 'explorer': {
description: localize('views.explorer', "Explorer View"), description: localize('views.explorer', "Contributes views to Explorer container in the Activity bar"),
type: 'array', type: 'array',
items: viewDescriptor items: viewDescriptor,
default: []
}, },
'debug': { 'debug': {
description: localize('views.debug', "Debug View"), description: localize('views.debug', "Contributes views to Debug container in the Activity bar"),
type: 'array', type: 'array',
items: viewDescriptor items: viewDescriptor,
default: []
} }
},
additionalProperties: {
description: localize('views.contributed', "Contributes views to contributed views container"),
type: 'array',
items: viewDescriptor,
default: []
} }
}; };
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册