We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fe2ac commit 976c901Copy full SHA for 976c901
Extension/package.json
@@ -54,6 +54,8 @@
54
"id": "cppWelcome",
55
"title": "Get Started with C++ Development",
56
"description": "Dive into VS Code's rich C++ development experience.",
57
+ "primary": true,
58
+ "when": "false",
59
"steps": [
60
{
61
"id": "verify.compiler.mac",
@@ -2639,7 +2641,7 @@
2639
2641
"**/mkdirp/minimist": "^0.2.1",
2640
2642
"yargs-parser": "^15.0.1",
2643
"y18n": "^5.0.5",
- "hosted-git-info": "^3.0.8",
2644
+ "hosted-git-info": "^3.0.8",
2645
"browserslist": "^4.16.6"
2646
},
2647
"runtimeDependencies": [
0 commit comments