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

Method setState

Extension/ui/settings.ts:62–62  ·  view source on GitHub ↗
(state: Record<string, any>)

Source from the content-addressed store, hash-verified

60interface VsCodeApi {
61 postMessage(msg: Record<string, any>): void;
62 setState(state: Record<string, any>): void;
63 getState(): any;
64}
65

Callers 1

onShowAdvancedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected