MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / onAddConfigBtn

Method onAddConfigBtn

Extension/ui/settings.ts:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 private onAddConfigBtn(): void {
149 this.showElement(elementId.addConfigDiv, false);
150 this.showElement(elementId.addConfigInputDiv, true);
151 }
152
153 private onAddConfigConfirm(request: boolean): void {
154 this.showElement(elementId.addConfigInputDiv, false);

Callers

nothing calls this directly

Calls 1

showElementMethod · 0.95

Tested by

no test coverage detected