From 55c14985320b376c0aead6c361079925e87c773b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 27 Oct 2025 09:26:17 +0000 Subject: [PATCH] chore(settings): add testing configuration --- settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/settings.json b/settings.json index 01e065c..d4e6da6 100644 --- a/settings.json +++ b/settings.json @@ -175,6 +175,12 @@ "files.readonlyFromPermissions": true, // // =========================================================================== + // MARK: Testing + // =========================================================================== + // + "testing.coverageToolbarEnabled": true, + // + // =========================================================================== // MARK: Git // =========================================================================== // @@ -614,12 +620,15 @@ // =========================================================================== // MARK: Lang: TypeScript // =========================================================================== + // Extensions: + // - https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest // "[typescript]": { "editor.defaultFormatter": "vscode.typescript-language-features", "editor.insertSpaces": true, "editor.tabSize": 2 }, + "jest.coverageFormatter": "GutterFormatter", // // =========================================================================== // MARK: Lang: Lua @@ -672,6 +681,10 @@ }, "blanks-around-fences": { // MD031 "list_items": false + }, + "line-length": { // MD013 + "line_length": 80, + "tables": false } }, //