Skip to content

Commit 9adc612

Browse files
committed
Alternative fix.
1 parent aedd81d commit 9adc612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/src/LanguageServer/configurations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,8 +1654,8 @@ export class CppProperties {
16541654

16551655
const compilerPathErrors: string[] = [];
16561656
if (compilerPathMayNeedQuotes && !pathExists) {
1657-
compilerPathErrors.push(localize({ key: "path.with.spaces", comment: ["{Locked=\"\"\"}"] },
1658-
'Compiler path with spaces could not be found. If this was intended to include compiler arguments, surround the compiler path with double quotes (").'));
1657+
compilerPathErrors.push(localize({ key: "path.with.spaces", comment: ["{Locked=\"{0}\" The {0} is a double quote character \", and should be located next to the translation for \"double quotes\".}"] },
1658+
"Compiler path with spaces could not be found. If this was intended to include compiler arguments, surround the compiler path with double quotes ({0}).", '"'));
16591659
telemetry.CompilerPathMissingQuotes = 1;
16601660
}
16611661

0 commit comments

Comments
 (0)