MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / focus

Function focus

packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1110–1112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1108 }
1109
1110 focus(): void {
1111 this.focusPart(Parts.EDITOR_PART);
1112 }
1113
1114 getDimension(part: Parts): Dimension | undefined {
1115 return this.getPart(part).dimension;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected