diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts index 3d60b67f..b5d54d8e 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts @@ -257,13 +257,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [ media: { type: 'svg', altText: 'Go to file in quick search.', path: 'search.svg' } - }, - { - id: 'videoTutorial', - title: localize('gettingStarted.videoTutorial.title', "Watch video tutorials"), - 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', "Watch video tutorials"), + // description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for Kylin-IDE's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')), + // media: { type: 'svg', altText: 'Kylin-IDE Settings', path: 'learn.svg' }, + // } ] } },