From 21f18e0dd5d8339101e82a792a00f19fe1145f75 Mon Sep 17 00:00:00 2001 From: wangpenglong Date: Wed, 23 Oct 2024 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=9A=84task=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=A4=96=E9=83=A8=E9=93=BE=E6=8E=A5=E4=B8=BA?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=89=8B=E5=86=8C=E7=9A=84task.json=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E4=BB=B6=E9=93=BE=E6=8E=A5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vs/workbench/contrib/tasks/common/taskTemplates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/tasks/common/taskTemplates.ts b/src/vs/workbench/contrib/tasks/common/taskTemplates.ts index 5fe78a47..41ad8526 100644 --- a/src/vs/workbench/contrib/tasks/common/taskTemplates.ts +++ b/src/vs/workbench/contrib/tasks/common/taskTemplates.ts @@ -91,7 +91,7 @@ const command: ITaskEntry = { description: nls.localize('externalCommand', 'Example to run an arbitrary external command'), content: [ '{', - '\t// See https://go.microsoft.com/fwlink/?LinkId=733558', + '\t// See https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E5%B7%A5%E7%A8%8B%E7%9A%84%E6%9E%84%E5%BB%BA-%E8%B0%83%E8%AF%95-%E8%BF%90%E8%A1%8C.md#taskjson', '\t// for the documentation about the tasks.json format', '\t"version": "2.0.0",', '\t"tasks": [', @@ -113,7 +113,7 @@ const maven: ITaskEntry = { description: nls.localize('Maven', 'Executes common maven commands'), content: [ '{', - '\t// See https://go.microsoft.com/fwlink/?LinkId=733558', + '\t// See https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E5%B7%A5%E7%A8%8B%E7%9A%84%E6%9E%84%E5%BB%BA-%E8%B0%83%E8%AF%95-%E8%BF%90%E8%A1%8C.md#taskjson', '\t// for the documentation about the tasks.json format', '\t"version": "2.0.0",', '\t"tasks": [',