Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ postMessage
Method
postMessage
Extension/ui/settings.ts:61–61 ·
view source on GitHub ↗
(msg: Record<string, any>)
Source
from the content-addressed store, hash-verified
59
60
interface
VsCodeApi {
61
postMessage(msg: Record<string, any>): void;
62
setState(state: Record<string, any>): void;
63
getState(): any;
64
}
Callers
8
updateErrors
Method · 0.80
updateWebview
Method · 0.80
constructor
Method · 0.80
onAddConfigConfirm
Method · 0.80
onConfigSelect
Method · 0.80
onKnownCompilerSelect
Method · 0.80
onChangedCheckbox
Method · 0.80
onChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected