From 12b34bcf04318698b5c2574431ed2f85a6110abe Mon Sep 17 00:00:00 2001 From: Taus Date: Thu, 12 May 2022 12:17:04 +0000 Subject: [PATCH] Devcontainer: Install test dependencies These _should_ get installed automatically if missing, by in my experience this can be a bit flaky. Installing theme here should make this a bit more robust. --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ff73bcb4e7b..7fd96b8d941 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,6 +3,8 @@ "rust-lang.rust", "bungcip.better-toml", "github.vscode-codeql", + "hbenl.vscode-test-explorer", + "ms-vscode.test-adapter-converter", "slevesque.vscode-zipexplorer" ], "settings": {