()
| 816 | } |
| 817 | |
| 818 | async activateReleaseNotesView() { |
| 819 | return this.workspaceNavigationService.activateReleaseNotesView(); |
| 820 | } |
| 821 | |
| 822 | async openBasesFileForCommand(commandId: string): Promise<void> { |
| 823 | await this.workspaceNavigationService.openBasesFileForCommand(commandId); |
no outgoing calls
no test coverage detected