We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87fb29 commit 5da45d1Copy full SHA for 5da45d1
src/vs/workbench/browser/parts/paneCompositePart.ts
@@ -306,7 +306,6 @@ export abstract class AbstractPaneCompositePart extends CompositePart<PaneCompos
306
orientation: ActionsOrientation.HORIZONTAL,
307
getKeyBinding: action => this.keybindingService.lookupKeybinding(action.id),
308
anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment(),
309
- highlightToggledItems: true,
310
toggleMenuTitle: localize('moreActions', "More Actions...")
311
}));
312
0 commit comments