From 6596864e8f4448485880602b82bff38b9a92e269 Mon Sep 17 00:00:00 2001 From: Krolian-Far <136048441+Krolian-Far@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:45:50 -0600 Subject: [PATCH] Revert "Update settings.json" This reverts commit 2f118cf56f897817686bd2d32c7f53d9b4d10d33. --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ff1b67e91d2..ee251eb5346 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,14 +17,14 @@ "**/.pnp.*": true }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": "explicit" + "source.fixAll.eslint": true }, "files.insertFinalNewline": true, "gitlens.advanced.blame.customArguments": ["-w"], "tgstationTestExplorer.project.resultsType": "json", "[python]": { "gitlens.codeLens.symbolScopes": ["!Module"], - "editor.wordBasedSuggestions": "off", + "editor.wordBasedSuggestions": false, "editor.insertSpaces": true, "editor.tabSize": 4 },