From 7b646712681ec74670b6c82ed3447233fa03270b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=9A=E7=AA=97=E5=90=AC=E9=9B=A8=E4=B8=BF=E9=86=89?= =?UTF-8?q?=E6=97=A0=E5=BF=83?= <994039348@qq.com> Date: Sat, 6 Apr 2024 17:01:01 +0800 Subject: [PATCH] Update Docs.code-workspace --- docs/Docs.code-workspace | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Docs.code-workspace b/docs/Docs.code-workspace index fd6ff02..70843fc 100644 --- a/docs/Docs.code-workspace +++ b/docs/Docs.code-workspace @@ -64,9 +64,9 @@ "editor.tabSize": 2, "editor.detectIndentation": false, "editor.codeActionsOnSave": { - "source.fixAll": false, - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll": "never", + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, "editor.guides.bracketPairs": "active", "editor.renderWhitespace": "boundary",