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

Method update

Extension/src/LanguageServer/settings.ts:754–756  ·  view source on GitHub ↗
(name: string, value: T)

Source from the content-addressed store, hash-verified

752 }
753
754 public update<T>(name: string, value: T): void {
755 void super.Section.update(name, value);
756 }
757
758 public populateEditorConfig(document: vscode.TextDocument): void {
759 // Set up a map of setting names and values. Parse through the document line-by-line, looking for

Callers 15

onEnableSquigglesFunction · 0.95
onDisableSquigglesFunction · 0.95
changeInlayHintSettingFunction · 0.80
setProgressFunction · 0.80
setIntelliSenseProgressFunction · 0.80
getMachineIdFunction · 0.80
setActiveSshTargetFunction · 0.80
constructorMethod · 0.80
ValueMethod · 0.80

Calls

no outgoing calls

Tested by 2

changeInlayHintSettingFunction · 0.64