()
| 79 | }; |
| 80 | |
| 81 | private gotoQuickCommand() { |
| 82 | this.monacoService.commandService.executeCommand( |
| 83 | CommandQuickAccessViewAction.ID |
| 84 | ); |
| 85 | } |
| 86 | |
| 87 | private onSelectColorTheme = () => { |
| 88 | this.monacoService.commandService.executeCommand( |
no test coverage detected