(menuId: UniqueId)
| 327 | } |
| 328 | |
| 329 | private updateActivityBarContextMenu(menuId: UniqueId) { |
| 330 | const { MENU_VIEW_MENUBAR, CONTEXT_MENU_MENU } = |
| 331 | this.builtinService.getConstants(); |
| 332 | if (CONTEXT_MENU_MENU && menuId === MENU_VIEW_MENUBAR) { |
| 333 | this.activityBarService.toggleContextMenuChecked(CONTEXT_MENU_MENU); |
| 334 | } |
| 335 | } |
| 336 | } |
no test coverage detected