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

Function onEnableSquiggles

Extension/src/LanguageServer/extension.ts:818–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816}
817
818function onEnableSquiggles(): void {
819 // This only applies to the active client.
820 const settings: CppSettings = new CppSettings(clients.ActiveClient.RootUri);
821 settings.update<string>("errorSquiggles", "enabled");
822}
823
824function onDisableSquiggles(): void {
825 // This only applies to the active client.

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected