mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 08:45:56 +01:00
Update walkthrough content to help reload window after git install
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user