From 26cd148031bcede6feae98ab117eb2d8d261ddd4 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 15 Aug 2024 11:52:43 -0400 Subject: [PATCH] Update dev container recommended extensions --- .devcontainer/devcontainer.json | 10 ++++++++-- .devcontainer/ubuntu18.04/devcontainer.json | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 93d33c77c4..3bd841317e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,9 +16,15 @@ "Shopify.ruby-lsp", "sorbet.sorbet-vscode-extension", "github.vscode-github-actions", - "timonwong.shellcheck", - "foxundermoon.shell-format", + "anykeyh.simplecov-vscode", + "ms-azuretools.vscode-docker", + "github.vscode-pull-request-github", "davidanson.vscode-markdownlint", + "foxundermoon.shell-format", + "timonwong.shellcheck", + "ban.spellright", + "redhat.vscode-yaml", + "koichisasada.vscode-rdbg", "editorconfig.editorconfig" ] } diff --git a/.devcontainer/ubuntu18.04/devcontainer.json b/.devcontainer/ubuntu18.04/devcontainer.json index f5bdaa1eef..f46f99e28a 100644 --- a/.devcontainer/ubuntu18.04/devcontainer.json +++ b/.devcontainer/ubuntu18.04/devcontainer.json @@ -16,9 +16,15 @@ "Shopify.ruby-lsp", "sorbet.sorbet-vscode-extension", "github.vscode-github-actions", - "timonwong.shellcheck", - "foxundermoon.shell-format", + "anykeyh.simplecov-vscode", + "ms-azuretools.vscode-docker", + "github.vscode-pull-request-github", "davidanson.vscode-markdownlint", + "foxundermoon.shell-format", + "timonwong.shellcheck", + "ban.spellright", + "redhat.vscode-yaml", + "koichisasada.vscode-rdbg", "editorconfig.editorconfig" ] }