From a59ec73338702ccbaa30dfe83bcf7d59db224f80 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 13 Jan 2024 10:50:58 +0100 Subject: [PATCH] (vsc) update settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c7145ea5b..977ac79e1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,10 +2,14 @@ "editor.formatOnSave": false, "editor.formatOnPaste": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": ["javascript", "json", "jsonc", "yaml"], "files.associations": { "*.suml": "yaml" + }, + "jest.jestCommandLine": "yarn test", + "[tsv]": { + "files.trimTrailingWhitespace": false, } }