From d495b3e623d019ca8612395617e346e78b3ee4a8 Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Wed, 26 Jul 2023 16:50:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contrib/welcomeGettingStarted/browser/gettingStarted.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts index c20161da..582bda1a 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts @@ -991,7 +991,7 @@ export class GettingStartedPage extends EditorPane { klass: 'required-container', limit: 10,//Meaningless code empty: $('.empty-required', {}, - $('p', {}, localize('tipsMsg0', "查看更多Kylin-IDE的使用,请参见"), + $('p', {}, localize('tipsMsg0', "查看更多Kylin-Code的使用,请参见"), $('button.button-link', { 'x-dispatch': 'openUserGuides' }, localize('openUserGuides', "用户帮助文档。")) ), $('p', {}, localize('tipsMsg1', "如何检索到KylinIDETeam开发适配的插件?Kylin-Code默认接入OpenVSX插件商店,在Kylin-Code中可以使用插件检索列表找到KylinIDETeam开发、适配、上传到openVSX中的插件;也可以在插件详情页面找到openKylin社区插件仓库的链接。"),