From ea343ecc04f116effa082959259be5e273042fb4 Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Sat, 2 Mar 2024 18:24:38 +0900 Subject: [PATCH] docs: update VS Code settings (#25985) --- docs/5.community/4.contribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/5.community/4.contribution.md b/docs/5.community/4.contribution.md index 764730c668..3702d845a8 100644 --- a/docs/5.community/4.contribution.md +++ b/docs/5.community/4.contribution.md @@ -146,8 +146,8 @@ We recommend using [VS Code](https://code.visualstudio.com) along with the [ESLi ```json [settings.json] { "editor.codeActionsOnSave": { - "source.fixAll": false, - "source.fixAll.eslint": true + "source.fixAll": "never", + "source.fixAll.eslint": "explicit" } } ```