From 5918d43adb61a4a57d8c5091f18c4bf37baecc3e Mon Sep 17 00:00:00 2001 From: Anna Perdomo Date: Thu, 22 Feb 2024 14:18:27 -0800 Subject: [PATCH] fix: Remove unnecessary vscode/settings.json change --- .vscode/settings.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 86bb9bcb1..9ba45d85c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,14 +34,5 @@ }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "cSpell.words": [ - "actinc" - ], - "[javascript][typescript][typescriptreact]": { - "editor.codeActionsOnSave": { - "source.fixAll": "never", - "source.fixAll.eslint": "explicit", - "source.organizeImports": "never" - } - } + "cSpell.words": ["actinc"] }