From 9b9c70b10f43c4f54a647bd59e461fb0bd64ea53 Mon Sep 17 00:00:00 2001 From: Jonas <87537789+Reptudn@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:08:29 +0100 Subject: [PATCH] error lens and pretty ts errors --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 959f3ef..1f309ad 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,9 +20,11 @@ "xabikos.JavaScriptSnippets", "qwtel.sqlite-viewer", "xabikos.JavaScriptSnippets", - "github.vscode-github-actions" + "github.vscode-github-actions", + "YoavBls.pretty-ts-errors", + "usernamehw.errorlens" ] } }, "workspaceFolder": "/workspace" -} \ No newline at end of file +}