|
12 | 12 | "c_cpp.command.configurationEditJSON.title": "Edit Configurations (JSON)", |
13 | 13 | "c_cpp.command.configurationEditUI.title": "Edit Configurations (UI)", |
14 | 14 | "c_cpp.command.selectDefaultCompiler.title": "Select Default Compiler", |
| 15 | + "c_cpp.command.rescanCompilers.title": "Rescan for Compilers", |
15 | 16 | "c_cpp.command.switchHeaderSource.title": "Switch Header/Source", |
16 | 17 | "c_cpp.command.enableErrorSquiggles.title": "Enable Error Squiggles", |
17 | 18 | "c_cpp.command.disableErrorSquiggles.title": "Disable Error Squiggles", |
|
405 | 406 | "c_cpp.walkthrough.description": "Dive into VS Code's rich C++ development experience.", |
406 | 407 | "c_cpp.walkthrough.set.up.title": "Set up your C++ Environment", |
407 | 408 | "c_cpp.walkthrough.activating.description": "Activating the C++ extension to determine whether your C++ Environment has been set up.\nActivating Extension...", |
408 | | - "c_cpp.walkthrough.no.compilers.description": "We could not find a C++ compiler on your machine, which is required to use the C++ extension. Follow the instructions on the right to install one, then click “Find my new Compiler” below.\n[Find my new Compiler](command:C_Cpp.RescanCompilers)", |
409 | | - "c_cpp.walkthrough.compilers.found.description": "The C++ extension works with a C++ compiler. Select one from those already on your machine by clicking the button below.\n[Select my Default Compiler](command:C_Cpp.SelectDefaultCompiler)", |
| 409 | + "c_cpp.walkthrough.no.compilers.description": "We could not find a C++ compiler on your machine, which is required to use the C++ extension. Follow the instructions on the right to install one, then click “Find my new Compiler” below.\n[Find my new Compiler](command:C_Cpp.RescanCompilers?%7B%22sender%22%3A%22walkthrough%22%7D)", |
| 410 | + "c_cpp.walkthrough.compilers.found.description": "The C++ extension works with a C++ compiler. Select one from those already on your machine by clicking the button below.\n[Select my Default Compiler](command:C_Cpp.SelectDefaultCompiler?%7B%22sender%22%3A%22walkthrough%22%7D)", |
410 | 411 | "c_cpp.walkthrough.compilers.found.altText": "Image showing the select a default compiler quickpick and the list of compilers found on the users machine, one of which is selected.", |
411 | 412 | "c_cpp.walkthrough.create.cpp.file.title": "Create a C++ file", |
412 | 413 | "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)", |
|
0 commit comments