Skip to content

Commit dec5059

Browse files
Remove obsolete experimental configuration code (#11427)
1 parent c5c64ad commit dec5059

File tree

7 files changed

+53
-376
lines changed

7 files changed

+53
-376
lines changed

Extension/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,11 +3075,6 @@
30753075
"title": "%c_cpp.command.configurationEditUI.title%",
30763076
"category": "C/C++"
30773077
},
3078-
{
3079-
"command": "C_Cpp.SelectDefaultCompiler",
3080-
"title": "%c_cpp.command.selectDefaultCompiler.title%",
3081-
"category": "C/C++"
3082-
},
30833078
{
30843079
"command": "C_Cpp.SelectIntelliSenseConfiguration",
30853080
"title": "%c_cpp.command.selectIntelliSenseConfiguration.title%",
@@ -5707,10 +5702,6 @@
57075702
"command": "C_Cpp.referencesViewUngroupByType",
57085703
"when": "cpptools.hasReferencesResults"
57095704
},
5710-
{
5711-
"command": "C_Cpp.SelectDefaultCompiler",
5712-
"when": "never"
5713-
},
57145705
{
57155706
"command": "C_Cpp.InstallCompiler",
57165707
"when": "never"

Extension/package.nls.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"c_cpp.command.configurationProviderSelect.title": "Change Configuration Provider...",
1212
"c_cpp.command.configurationEditJSON.title": "Edit Configurations (JSON)",
1313
"c_cpp.command.configurationEditUI.title": "Edit Configurations (UI)",
14-
"c_cpp.command.selectDefaultCompiler.title": "Select Default Compiler...",
1514
"c_cpp.command.selectIntelliSenseConfiguration.title": "Select IntelliSense Configuration...",
1615
"c_cpp.command.installCompiler.title": "Install a C++ Compiler",
1716
"c_cpp.command.rescanCompilers.title": "Rescan for Compilers",
@@ -977,9 +976,9 @@
977976
"c_cpp.walkthrough.description": "Dive into VS Code's rich C++ development experience.",
978977
"c_cpp.walkthrough.set.up.title": "Set up your C++ Environment",
979978
"c_cpp.walkthrough.activating.description": "Activating the C++ extension to determine whether your C++ Environment has been set up.\nActivating Extension...",
980-
"c_cpp.walkthrough.no.compilers.windows.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)",
981-
"c_cpp.walkthrough.no.compilers.description": "We could not find a C++ compiler on your machine, which is required to use the C++ extension. Either select “Install a C++ Compiler” to have a compiler installed for you or follow the instructions on the right to install one, then click “Find my new Compiler” below.\n[Install a C++ Compiler](command:C_Cpp.InstallCompiler?%7B%22sender%22%3A%22walkthrough%22%7D)\n[Find my new Compiler](command:C_Cpp.RescanCompilers?%7B%22sender%22%3A%22walkthrough%22%7D)",
982-
"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)",
979+
"c_cpp.walkthrough.no.compilers.windows.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?%22walkthrough%22)",
980+
"c_cpp.walkthrough.no.compilers.description": "We could not find a C++ compiler on your machine, which is required to use the C++ extension. Either select “Install a C++ Compiler” to have a compiler installed for you or follow the instructions on the right to install one, then click “Find my new Compiler” below.\n[Install a C++ Compiler](command:C_Cpp.InstallCompiler?%22walkthrough%22)\n[Find my new Compiler](command:C_Cpp.RescanCompilers?%22walkthrough%22)",
981+
"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.SelectIntelliSenseConfiguration?%22walkthrough%22)",
983982
"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.",
984983
"c_cpp.walkthrough.create.cpp.file.title": "Create a C++ file",
985984
"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

Comments
 (0)