MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / VsCodeApi

Interface VsCodeApi

Extension/ui/settings.ts:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60interface VsCodeApi {
61 postMessage(msg: Record<string, any>): void;
62 setState(state: Record<string, any>): void;
63 getState(): any;
64}
65
66declare function acquireVsCodeApi(): VsCodeApi;
67

Callers 10

updateErrorsMethod · 0.80
updateWebviewMethod · 0.80
constructorMethod · 0.80
onAddConfigConfirmMethod · 0.80
onConfigSelectMethod · 0.80
onKnownCompilerSelectMethod · 0.80
onChangedCheckboxMethod · 0.80
onChangedMethod · 0.80
onShowAdvancedMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected