Skip to content

Commit

Permalink
Update walkthrough content to help reload window after git install
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaus committed Mar 4, 2023
1 parent 5b47122 commit 8acf650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
{
id: 'installGit',
title: localize('gettingStarted.installGit.title', "Install Git"),
description: localize('gettingStarted.installGit.description.interpolated', "Install Git to track changes in your projects.\n{0}", Button(localize('installGit', "Install Git"), 'https://aka.ms/vscode-install-git')),
description: localize('gettingStarted.installGit.description.interpolated', "Install Git to track changes in your projects.\n{0}\n{1} after installation to complete Git setup.", Button(localize('installGit', "Install Git"), 'https://aka.ms/vscode-install-git'), '[Reload window](command:workbench.action.reloadWindow)'),
when: 'git.missing',
media: {
type: 'svg', altText: 'Install Git.', path: 'git.svg',
Expand Down

0 comments on commit 8acf650

Please sign in to comment.