Skip to content

Commit 670a8e5

Browse files
authored
Make webviewView actions always visible (microsoft#185864)
1 parent d02797a commit 670a8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/webviewView/browser/webviewViewPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class WebviewViewPane extends ViewPane {
8484
@IWebviewService private readonly webviewService: IWebviewService,
8585
@IWebviewViewService private readonly webviewViewService: IWebviewViewService,
8686
) {
87-
super({ ...options, titleMenuId: MenuId.ViewTitle }, keybindingService, contextMenuService, configurationService, contextKeyService, viewDescriptorService, instantiationService, openerService, themeService, telemetryService);
87+
super({ ...options, titleMenuId: MenuId.ViewTitle, showActionsAlways: true }, keybindingService, contextMenuService, configurationService, contextKeyService, viewDescriptorService, instantiationService, openerService, themeService, telemetryService);
8888
this.extensionId = options.fromExtensionId;
8989
this.defaultTitle = this.title;
9090

0 commit comments

Comments
 (0)