Skip to content

Commit da82a52

Browse files
committed
Address PR feedback
1 parent b77c31e commit da82a52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,7 @@
33833383
"C_Cpp.persistVsDeveloperEnvironment": {
33843384
"type": "boolean",
33853385
"default": true,
3386-
"markdownDescription": "%c_cpp.configuration.persistVsDeveloperEnvironment.description%",
3386+
"description": "%c_cpp.configuration.persistVsDeveloperEnvironment.description%",
33873387
"scope": "window"
33883388
}
33893389
}

Extension/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@
10641064
"c_cpp.walkthrough.command.prompt.description": {
10651065
"message": "When using the Microsoft Visual Studio C++ compiler, the Visual Studio developer environment must be present.\n\nFollow the instructions on the right to relaunch or click the button below.\n[Set Developer Environment](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)",
10661066
"comment": [
1067-
"{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\\\n[\"} {Locked=\"](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)\"}"
1067+
"{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\n\n\"} {Locked=\"\n[\"} {Locked=\"](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)\"}"
10681068
]
10691069
},
10701070
"c_cpp.walkthrough.run.debug.title": "Run and debug your C++ file",

Extension/src/LanguageServer/devcmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const errorNoHostsFound = localize('no.hosts', 'No hosts found');
2424
const configuringDevEnv = localize('config.dev.env', 'Configuring developer environment...');
2525
const selectVSInstallation = localize('select.vs.install', 'Select a Visual Studio installation');
2626
const advancedOptions = localize('advanced.options', 'Advanced options...');
27-
const advancedOptionsDescription = localize('advanced.options.desc', 'Select a specific host/target architecture, toolset version, etc.');
27+
const advancedOptionsDescription = localize('advanced.options.desc', 'Select a specific host and target architecture, toolset version, etc.');
2828
const selectToolsetVersion = localize('select.toolset', 'Select a toolset version');
2929
const selectHostTargetArch = localize('select.host.target', 'Select a host and target architecture');
3030

0 commit comments

Comments
 (0)