From 4539f2ad21dc1ad032d9da3604051dde941bc916 Mon Sep 17 00:00:00 2001 From: Adam Hendry Date: Mon, 18 Dec 2023 13:58:52 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(settings.json):=20update=20s?= =?UTF-8?q?etting=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f169c0..60e4968 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "[markdown]": { "editor.codeActionsOnSave": { - "source.fixAll.markdownlint": true + "source.fixAll.markdownlint": "explicit" }, "editor.defaultFormatter": null, "editor.formatOnPaste": true, @@ -20,7 +20,7 @@ }, "[python]": { "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, "editor.defaultFormatter": "ms-python.python", "editor.formatOnSave": true,