提交 de10301a 编写于 作者: S Sandeep Somavarapu

mistype

上级 83830501
......@@ -78,7 +78,7 @@ class ViewsContainersExtensionHandler implements IWorkbenchContribution {
viewsContainersExtensionPoint.setHandler((extensions) => {
for (let extension of extensions) {
const { value, collector } = extension;
if (extension.description.enableProposedApi) {
if (!extension.description.enableProposedApi) {
collector.error(localize('proposed', "'{0}' contribution is only available when running out of dev or with the following command line switch: --enable-proposed-api {1}", 'viewsContainer', extension.description.id));
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册