You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: localize('vscode.extension.contributs.view.size',"The initial size of the view. The size will behave like the css 'flex' property, and will set the initial size when the view is first shown. In the side bar, this is the height of the view. This value is only respected when the same extension owns both the view and the view container."),
173
+
},
174
+
accessibilityHelpContent: {
175
+
type: 'string',
176
+
description: localize('vscode.extension.contributes.view.accessibilityHelpContent',"When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string.")
170
177
}
171
178
}
172
179
};
@@ -538,6 +545,11 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
0 commit comments