forked from openkylin/kylin-code
移除开始页面中“了解基础知识”的查看视频链接内容。
This commit is contained in:
parent
0022aa54ee
commit
a60112525e
|
@ -406,13 +406,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
||||||
media: {
|
media: {
|
||||||
type: 'svg', altText: 'Workspace Trust editor in Restricted mode and a primary button for switching to Trusted mode.', path: 'workspaceTrust.svg'
|
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' },
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue