From 243b2bbd6b74c825e812515bada0db5a3b24fffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 8 May 2025 14:07:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=20source.fixAll=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e29169..c957432 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,8 +27,7 @@ "source.fixAll.eslint": "never", "source.fixAll.stylelint": "never", "source.fixAll.oxc": "never", - "source.organizeImports": "never", - "source.fixAll": "never" + "source.organizeImports": "never" }, "editor.formatOnSave": false, "oxc.enable": true,