Skip to content

Commit 976c901

Browse files
authored
added two settings to the walkthrough in package.json to hide walkthrough unless enabled by an experiment (#7598)
1 parent b8fe2ac commit 976c901

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Extension/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
"id": "cppWelcome",
5555
"title": "Get Started with C++ Development",
5656
"description": "Dive into VS Code's rich C++ development experience.",
57+
"primary": true,
58+
"when": "false",
5759
"steps": [
5860
{
5961
"id": "verify.compiler.mac",
@@ -2639,7 +2641,7 @@
26392641
"**/mkdirp/minimist": "^0.2.1",
26402642
"yargs-parser": "^15.0.1",
26412643
"y18n": "^5.0.5",
2642-
"hosted-git-info": "^3.0.8",
2644+
"hosted-git-info": "^3.0.8",
26432645
"browserslist": "^4.16.6"
26442646
},
26452647
"runtimeDependencies": [

0 commit comments

Comments
 (0)