fixed: 修改默认创建的task文件的注释外部链接为用户手册的task.json说明文件链接.
This commit is contained in:
parent
91583d2a30
commit
21f18e0dd5
|
@ -91,7 +91,7 @@ const command: ITaskEntry = {
|
||||||
description: nls.localize('externalCommand', 'Example to run an arbitrary external command'),
|
description: nls.localize('externalCommand', 'Example to run an arbitrary external command'),
|
||||||
content: [
|
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// for the documentation about the tasks.json format',
|
||||||
'\t"version": "2.0.0",',
|
'\t"version": "2.0.0",',
|
||||||
'\t"tasks": [',
|
'\t"tasks": [',
|
||||||
|
@ -113,7 +113,7 @@ const maven: ITaskEntry = {
|
||||||
description: nls.localize('Maven', 'Executes common maven commands'),
|
description: nls.localize('Maven', 'Executes common maven commands'),
|
||||||
content: [
|
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// for the documentation about the tasks.json format',
|
||||||
'\t"version": "2.0.0",',
|
'\t"version": "2.0.0",',
|
||||||
'\t"tasks": [',
|
'\t"tasks": [',
|
||||||
|
|
Loading…
Reference in New Issue