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

Function onDisableSquiggles

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

Source from the content-addressed store, hash-verified

822}
823
824function onDisableSquiggles(): void {
825 // This only applies to the active client.
826 const settings: CppSettings = new CppSettings(clients.ActiveClient.RootUri);
827 settings.update<string>("errorSquiggles", "disabled");
828}
829
830function onToggleDimInactiveRegions(): void {
831 // This only applies to the active client.

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected