From 2e107bdb08e98820d198e066f9fdfcaf631c1c8b Mon Sep 17 00:00:00 2001 From: muruichao Date: Wed, 23 Oct 2024 09:26:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20user-guide/files/=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=BC=80=E5=8F=91.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: muruichao --- user-guide/files/插件开发.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user-guide/files/插件开发.md b/user-guide/files/插件开发.md index 54d8298..2c6297d 100644 --- a/user-guide/files/插件开发.md +++ b/user-guide/files/插件开发.md @@ -164,5 +164,9 @@ - 执行命令`vsce package`,打包插件 - 打包完成后,在插件目录下会生成一个.vsix文件,该文件就是插件的安装包。 +### 6.插件依赖管理 +- 插件依赖管理器,能够快速安装插件的操作系统软件依赖。需要在插件打包前在插件代码文件根目录下创建depends.json文件,按照depends.json配置文件的规则对系统软件依赖进行定义 +- depends.json文件定义规则见[插件依赖管理](./插件依赖管理.md)章节 + ## VSCode插件开发相关链接 - https://code.visualstudio.com/api \ No newline at end of file