From 14606d3a13b34290d51c3dc88370b801fea24609 Mon Sep 17 00:00:00 2001 From: murshex <32241825+murshex@users.noreply.github.com> Date: Sat, 17 May 2025 19:26:59 -0400 Subject: [PATCH] Fix codeActionsOnSave in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b5d95..8076b24 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ file. ```json { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll.eslint": "explicit" } } ```