Skip to content

Commit

Permalink
delete walkthroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnbeelee committed Jul 14, 2022
1 parent 40e5899 commit 61b33b1
Showing 1 changed file with 1 addition and 78 deletions.
79 changes: 1 addition & 78 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10209,84 +10209,7 @@
"visibility": "collapsed"
}
]
},
"walkthroughs": [
{
"id": "gitlens.plus",
"title": "Introducing GitLens+",
"description": "Get even more out of GitLens in VS Code!",
"steps": [
{
"id": "gitlens.plus.intro.tryNow",
"title": "Introducing GitLens+",
"description": "Try GitLens+ features now, without an account, for 3 days.\n\n[Try GitLens+ features now](command:gitlens.plus.startPreviewTrial)",
"media": {
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:plus:state == 0"
},
{
"id": "gitlens.plus.intro.signIn",
"title": "Introducing GitLens+",
"description": "Sign in for use on public repos and get an additional 7 day trial for private repos.\n\n[Sign in to GitLens+](command:gitlens.plus.loginOrSignUp)",
"media": {
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:plus:state == 1 || gitlens:plus:state == 2"
},
{
"id": "gitlens.plus.intro",
"title": "Introducing GitLens+",
"media": {
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:plus:state > 2"
},
{
"id": "gitlens.plus.visualFileHistory",
"title": "Visualize file history",
"description": "A more visual way to analyze and explore changes made to a file.\n\n[Open Visual File History view](command:gitlens.showTimelineView)",
"media": {
"markdown": "walkthroughs/plus/3-visual-file-history.md"
}
},
{
"id": "gitlens.plus.worktrees",
"title": "Do more with Worktrees",
"description": "Create worktrees to allow multiple branches to be checked-out at once on the same repository.\n\n[Open Worktrees view](command:gitlens.showWorktreesView)",
"media": {
"markdown": "walkthroughs/plus/2-worktrees.md"
}
},
{
"id": "gitlens.plus.comingSoon",
"title": "More coming soon",
"description": "Stay tuned!",
"media": {
"markdown": "walkthroughs/plus/4-coming-soon.md"
}
},
{
"id": "gitlens.plus.tryNow",
"title": "Try GitLens+ now",
"description": "Try GitLens+ features now, without an account, for 3 days.\n\n[Try GitLens+ features now](command:gitlens.plus.startPreviewTrial)",
"media": {
"markdown": "walkthroughs/plus/5-try-now.md"
},
"when": "gitlens:plus:state == 0"
},
{
"id": "gitlens.plus.signIn",
"title": "Get access to GitLens+ features on public repos",
"description": "Sign in for use on public repos and get an additional 7 day trial for private repos.\n\n[Sign in to GitLens+](command:gitlens.plus.loginOrSignUp)",
"media": {
"markdown": "walkthroughs/plus/5-try-now.md"
},
"when": "gitlens:plus:state == 1 || gitlens:plus:state == 2"
}
]
}
]
}
},
"scripts": {
"analyze:bundle": "webpack --mode production --env analyzeBundle",
Expand Down

0 comments on commit 61b33b1

Please sign in to comment.