Skip to content

Commit 8893824

Browse files
committed
Address PR feedback
1 parent 27f68c6 commit 8893824

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
@@ -3542,7 +3542,7 @@
35423542
"C_Cpp.persistVsDeveloperEnvironment": {
35433543
"type": "boolean",
35443544
"default": true,
3545-
"markdownDescription": "%c_cpp.configuration.persistVsDeveloperEnvironment.description%",
3545+
"description": "%c_cpp.configuration.persistVsDeveloperEnvironment.description%",
35463546
"scope": "window"
35473547
}
35483548
}

Extension/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
"c_cpp.walkthrough.command.prompt.description": {
10711071
"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)",
10721072
"comment": [
1073-
"{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\\\n[\"} {Locked=\"](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)\"}"
1073+
"{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\n\n\"} {Locked=\"\n[\"} {Locked=\"](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)\"}"
10741074
]
10751075
},
10761076
"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)