Skip to content

Commit b462b87

Browse files
committed
Add comment.
1 parent 880ba04 commit b462b87

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Extension/package.nls.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,18 @@
998998
"c_cpp.walkthrough.create.cpp.file.title": "Create a C++ file",
999999
"c_cpp.walkthrough.create.cpp.file.description": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) a C++ file. Be sure to save it with the \".cpp\" extension, such as \"helloworld.cpp\". \n[Create a C++ File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)",
10001000
"c_cpp.walkthrough.create.cpp.file.altText": "Open a C++ file or a folder with a C++ project.",
1001-
"c_cpp.walkthrough.command.prompt.title": "Launch from the Developer Command Prompt for VS",
1002-
"c_cpp.walkthrough.command.prompt.description": "When using the Microsoft Visual Studio C++ compiler, the C++ extension requires you to launch VS Code from the Developer Command Prompt for VS. Follow the instructions on the right to relaunch.\n[Reload Window](command:workbench.action.reloadWindow)",
1001+
"c_cpp.walkthrough.command.prompt.title": {
1002+
"message": "Launch from the Developer Command Prompt for VS",
1003+
"comment": [
1004+
"Don't translate the product name \"Developer Command Prompt for VS\"."
1005+
]
1006+
},
1007+
"c_cpp.walkthrough.command.prompt.description": {
1008+
"message": "When using the Microsoft Visual Studio C++ compiler, the C++ extension requires you to launch VS Code from the Developer Command Prompt for VS. Follow the instructions on the right to relaunch.\n[Reload Window](command:workbench.action.reloadWindow)",
1009+
"comment": [
1010+
"Don't translate the product name \"Developer Command Prompt for VS\"."
1011+
]
1012+
},
10031013
"c_cpp.walkthrough.run.debug.title": "Run and debug your C++ file",
10041014
"c_cpp.walkthrough.run.debug.mac.description": "Open your C++ file and click on the play button in the top right corner of the editor, or press F5 when on the file. Select \"clang++ - Build and debug active file\" to run with the debugger.",
10051015
"c_cpp.walkthrough.run.debug.linux.description": "Open your C++ file and click on the play button in the top right corner of the editor, or press F5 when on the file. Select \"g++ - Build and debug active file\" to run with the debugger.",

0 commit comments

Comments
 (0)