From 1ced824b14865fbb6993ce9224bd6ecbaff92b04 Mon Sep 17 00:00:00 2001 From: aV <62926341+a0v0@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:19:05 +0000 Subject: [PATCH] chore: added vscode pets recommentdation --- .devcontainer/devcontainer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c231ce05..0e3a4f12 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,18 +23,15 @@ "extensions": [ "ibm.output-colorizer", "infeng.vscode-react-typescript", - "jeroen-meijer.pubspec-assist", "yoavbls.pretty-ts-errors", "jock.svg", "gruntfuggly.todo-tree", "task.vscode-task", - "ms-azuretools.vscode-docker", "dbaeumer.vscode-eslint", "mikestead.dotenv", "csstools.postcss", "bradlc.vscode-tailwindcss", "vitest.explorer", - "humao.rest-client", "ms-playwright.playwright", "github.vscode-github-actions", "lokalise.i18n-ally", @@ -46,7 +43,8 @@ "YoavBls.pretty-ts-errors", "Gruntfuggly.todo-tree", "redhat.vscode-yaml", - "vivaxy.vscode-conventional-commits" + "vivaxy.vscode-conventional-commits", + "tonybaloney.vscode-pets" ] } },