We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f2121 commit 783f269Copy full SHA for 783f269
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
[中文文档](./CHANGELOG_CN.md)
4
5
+## 1.5.1
6
+
7
+`NEW` Refactored the logic for reading and parsing the editorconfig file, converting strings to wide strings on Windows to support UTF8 paths.
8
9
+`FIX` Fixed a process crash issue when there is a .editorconfig file in a directory with Chinese characters by supporting UTF8 paths on Windows.
10
11
## 1.5.0
12
CHANGELOG_CN.md
@@ -2,6 +2,12 @@
[English Change Log](./CHANGELOG_EN.md)
+`NEW` 重构了editorconfig文件的读取和解析逻辑, 在windows上会把string转化为宽字符串, 以支持utf8路径
+`FIX` 通过支持windows下的utf8路径修复了当中文目录存在.editorconfig文件时进程崩溃的问题
13
`NEW` `---@format disable-next` 现在支持在任意位置起作用
0 commit comments