Skip to content

Commit f726a12

Browse files
committed
Fix locked comment.
1 parent 9adc612 commit f726a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/configurations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ export class CppProperties {
16541654

16551655
const compilerPathErrors: string[] = [];
16561656
if (compilerPathMayNeedQuotes && !pathExists) {
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\".}"] },
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\"."] },
16581658
"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
}

0 commit comments

Comments
 (0)