Skip to content

Commit 7a99678

Browse files
authored
Disable Walkthrough when clause by default (#10802)
1 parent 8bf5d6e commit 7a99678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"id": "cppWelcome",
6666
"title": "%c_cpp.walkthrough.title%",
6767
"description": "%c_cpp.walkthrough.description%",
68-
"when": "true",
68+
"when": "false",
6969
"steps": [
7070
{
7171
"id": "awaiting.activation.mac",

0 commit comments

Comments
 (0)