MCPcopy Create free account
hub / github.com/DTStack/molecule / gotoQuickCommand

Method gotoQuickCommand

src/controller/activityBar.ts:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

initViewMethod · 0.80

Calls 1

executeCommandMethod · 0.65

Tested by

no test coverage detected