|
37 | 37 | "c_cpp.command.RemoveAllCodeAnalysisProblems.title": "Clear All Code Analysis Problems", |
38 | 38 | "c_cpp.command.BuildAndDebugFile.title": "Debug C/C++ File", |
39 | 39 | "c_cpp.command.BuildAndRunFile.title": "Run C/C++ File", |
40 | | - "c_cpp.command.SetVSDevEnvironment.title": "Set Visual Studio Developer Environment", |
41 | | - "c_cpp.command.ClearVSDevEnvironment.title": "Clear Visual Studio Developer Environment", |
| 40 | + "c_cpp.command.SetVsDeveloperEnvironment.title": "Set Visual Studio Developer Environment", |
| 41 | + "c_cpp.command.ClearVsDeveloperEnvironment.title": "Clear Visual Studio Developer Environment", |
42 | 42 | "c_cpp.command.AddDebugConfiguration.title": "Add Debug Configuration", |
43 | 43 | "c_cpp.command.GenerateDoxygenComment.title": "Generate Doxygen Comment", |
44 | 44 | "c_cpp.command.addSshTarget.title": "Add SSH target", |
|
845 | 845 | ] |
846 | 846 | }, |
847 | 847 | "c_cpp.configuration.debugShortcut.description": "Show the \"Run and Debug\" play button and \"Add Debug Configuration\" gear in the editor title bar for C++ files.", |
848 | | - "c_cpp.configuration.persistVSDeveloperEnvironment.markdownDescription": "Remember the last used Visual Studio developer environment for the current workspace. This setting is only applicable for Windows.", |
| 848 | + "c_cpp.configuration.persistVsDeveloperEnvironment.markdownDescription": "Remember the last used Visual Studio developer environment for the current workspace. This setting is only applicable for Windows.", |
849 | 849 | "c_cpp.debuggers.pipeTransport.description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the MI-enabled debugger backend executable (such as gdb).", |
850 | 850 | "c_cpp.debuggers.pipeTransport.default.pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'.", |
851 | 851 | "c_cpp.debuggers.pipeTransport.default.debuggerPath": "The full path to the debugger on the target machine, for example /usr/bin/gdb.", |
|
1034 | 1034 | ] |
1035 | 1035 | }, |
1036 | 1036 | "c_cpp.walkthrough.command.prompt.description": { |
1037 | | - "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.SetVSDevEnvironment?%22walkthrough%22)", |
| 1037 | + "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)", |
1038 | 1038 | "comment": [ |
1039 | | - "{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\\\n[\"} {Locked=\"](C_Cpp.SetVSDevEnvironment?%22walkthrough%22)\"}" |
| 1039 | + "{Locked=\"Visual Studio\"} {Locked=\"C++\"} {Locked=\"\\\n[\"} {Locked=\"](C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)\"}" |
1040 | 1040 | ] |
1041 | 1041 | }, |
1042 | 1042 | "c_cpp.walkthrough.run.debug.title": "Run and debug your C++ file", |
|
0 commit comments