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" ] }