From a60112525edc930b65b6ead30b3383848194480b Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Wed, 31 May 2023 15:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BC=80=E5=A7=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E2=80=9C=E4=BA=86=E8=A7=A3=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E2=80=9D=E7=9A=84=E6=9F=A5=E7=9C=8B=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E9=93=BE=E6=8E=A5=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/gettingStartedContent.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts index 6592d3c1..21244a91 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts @@ -406,13 +406,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [ media: { type: 'svg', altText: 'Workspace Trust editor in Restricted mode and a primary button for switching to Trusted mode.', path: 'workspaceTrust.svg' }, - }, - { - id: 'videoTutorial', - title: localize('gettingStarted.videoTutorial.title', "Lean back and learn"), - description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for Kylin-Code's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')), - media: { type: 'svg', altText: 'Kylin-Code Settings', path: 'learn.svg' }, } + // , + // { + // id: 'videoTutorial', + // title: localize('gettingStarted.videoTutorial.title', "Lean back and learn"), + // description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for Kylin-Code's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')), + // media: { type: 'svg', altText: 'Kylin-Code Settings', path: 'learn.svg' }, + // } ] } },