Skip to content

Commit a2b259c

Browse files
committed
Improve documentation for visible
Fixes microsoft#104065
1 parent 32c0c31 commit a2b259c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/browser/viewsExtensionPoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const viewDescriptor: IJSONSchema = {
129129
],
130130
default: 'visible',
131131
enumDescriptions: [
132-
localize('vscode.extension.contributes.view.initialState.visible', "The default initial state for view. The view will be expanded. This may have different behavior when the view container that the view is in is built in."),
132+
localize('vscode.extension.contributes.view.initialState.visible', "The default initial state for the view. In most containers the view will be expanded, however; some built-in containers (explorer, scm, and debug) show all contributed views collapsed regardless of the `visibility`."),
133133
localize('vscode.extension.contributes.view.initialState.hidden', "The view will not be shown in the view container, but will be discoverable through the views menu and other view entry points and can be un-hidden by the user."),
134134
localize('vscode.extension.contributes.view.initialState.collapsed', "The view will show in the view container, but will be collapsed.")
135135
]

0 commit comments

Comments
 (0)