From 2b1cd2fe8c2be5ae01cf84c46eff643ad5df5ea3 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Fri, 3 Mar 2023 18:26:09 -0800 Subject: [PATCH] Update walkthrough content to help reload window after git install --- .../welcomeGettingStarted/common/gettingStartedContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts index e66b268a381..78810de8f9d 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts @@ -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',