This commit is contained in:
Sandeep Somavarapu
2018-04-25 10:55:40 +02:00
parent de6972f5ef
commit bdb258dd5f

View File

@@ -45,7 +45,7 @@ const viewsContainerSchema: IJSONSchema = {
type: 'string',
pattern: '^[a-zA-Z0-9_-]+$'
},
label: {
title: {
description: localize('vscode.extension.contributes.views.containers.title', 'Human readable string used to render the container'),
type: 'string'
},