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" } ] }