From 74cff4d0ce237ece2659fc114a2ffcf41f527986 Mon Sep 17 00:00:00 2001 From: jackhuang <2504448153@qq.com> Date: Mon, 28 Aug 2023 14:57:28 +0800 Subject: [PATCH] docs: description Signed-off-by: jackhuang <2504448153@qq.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8b8845..e661d6c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "publisher": "jackiotyu", "name": "git-worktree-manager", "displayName": "Git Worktree Manager", - "description": "", + "description": "This plugin aims to provide convenient switching between multiple workspaces, facilitate shared Git commit information, and support running code simultaneously in different directories.该插件旨在提供便捷的多工作区切换功能,并实现共享 Git 提交信息,同时支持在不同目录上同时运行代码。", "version": "0.0.5", "engines": { "vscode": "^1.60.0" @@ -414,4 +414,4 @@ "lodash": "^4.17.21", "vscode-nls-i18n": "^0.2.4" } -} +} \ No newline at end of file