From c052fc9f4863fcb66b532ff25911a52623fbfac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Puig=20Moreno?= <48332388+rpuigm@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:13:05 +0000 Subject: [PATCH] chore: coverage plugin added to devcontainer --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2472bc8..825f567 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,6 +11,13 @@ "ghcr.io/devcontainers-contrib/features/angular-cli:2": {} }, + "customizations": { + "vscode": { + "extensions": [ + "ryanluker.vscode-coverage-gutters" + ] + } + }, //"customizations": { //"vscode": { //"extensions": [