提交 d719bbd6 编写于 作者: A Alex Ross

oneOf -> anyOf in welcome view schema

fixes https://github.com/microsoft/vscode/issues/94028
上级 677b3cfa
...@@ -38,7 +38,7 @@ const viewsWelcomeExtensionPointSchema = Object.freeze<IConfigurationPropertySch ...@@ -38,7 +38,7 @@ const viewsWelcomeExtensionPointSchema = Object.freeze<IConfigurationPropertySch
], ],
properties: { properties: {
[ViewsWelcomeExtensionPointFields.view]: { [ViewsWelcomeExtensionPointFields.view]: {
oneOf: [ anyOf: [
{ {
type: 'string', type: 'string',
description: nls.localize('contributes.viewsWelcome.view.view', "Target view identifier for this welcome content.") description: nls.localize('contributes.viewsWelcome.view.view', "Target view identifier for this welcome content.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册