From ba2b19508cdf118c59743878af8b600d564f89b4 Mon Sep 17 00:00:00 2001 From: xiaohuohumax <1915970986@qq.com> Date: Tue, 9 Apr 2024 12:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E5=88=86?= =?UTF-8?q?=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改菜单分组, 添加.gitattributes --- .changeset/smart-beds-hang.md | 5 +++++ .gitattributes | 1 + package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/smart-beds-hang.md create mode 100644 .gitattributes diff --git a/.changeset/smart-beds-hang.md b/.changeset/smart-beds-hang.md new file mode 100644 index 0000000..9d237b8 --- /dev/null +++ b/.changeset/smart-beds-hang.md @@ -0,0 +1,5 @@ +--- +"format-files-by-ignores": patch +--- + +修改菜单分组 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/package.json b/package.json index 6161235..d7559ff 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ { "when": "explorerResourceIsFolder && !formatFilesByIgnores.formating", "command": "formatFilesByIgnores.start.formatFolder", - "group": "navigation@-1" + "group": "formatFilesByIgnores" } ] }