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.
2 parents 0c0f78d + ebb2476 commit 2855600Copy full SHA for 2855600
Extension/src/LanguageServer/settings.ts
@@ -735,7 +735,7 @@ export class CppSettings extends Settings {
735
// This is intentionally not async to avoid races due to multiple entrancy.
736
public useVcFormat(document: vscode.TextDocument): boolean {
737
if (this.formattingEngine !== "default") {
738
- return this.formattingEngine === "vcFormat";
+ return this.formattingEngine === "vcformat";
739
}
740
if (this.clangFormatStyle !== "file") {
741
// If a clang-format style other than file is specified, don't try to switch to vcFormat.
0 commit comments