From 32cfff83b19e4e4b12fe2c3f459b249f3c56be7d Mon Sep 17 00:00:00 2001 From: Entity Date: Mon, 14 Oct 2024 15:40:07 +0200 Subject: [PATCH] Added a utility extension to the Devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f2260f2..b61fe57 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,8 @@ "redhat.vscode-yaml", "rust-lang.rust-analyzer", "dustypomerleau.rust-syntax", - "tamasfe.even-better-toml" + "tamasfe.even-better-toml", + "chrisdias.vscode-opennewinstance" ] } }