We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f27e5b commit 91d0bcbCopy full SHA for 91d0bcb
Extension/src/LanguageServer/settings.ts
@@ -478,7 +478,7 @@ export class CppSettings extends Settings {
478
return val as string;
479
}
480
public get cppCodeSnippetsFeatureNames(): string | undefined {
481
- return super.Section.get<any>("cppCodeSnippetsFeatureNames") as string | undefined;
+ return super.Section.get<string>("cppCodeSnippetsFeatureNames");
482
483
public get formattingEngine(): string { return this.getAsString("formatting"); }
484
public get vcFormatIndentBraces(): boolean { return this.getAsBoolean("vcFormat.indent.braces"); }
0 commit comments