From 2c957ac8f93e638bcf5ccded832e2181a1013a5b Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 5 May 2020 19:07:50 +0000 Subject: [PATCH] Add zip file explorer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 297e5c5..4bb12f9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ { "extensions": [ - "github.vscode-codeql" + "github.vscode-codeql", + "slevesque.vscode-zipexplorer" ], "postCreateCommand": "git submodule init && git submodule update --recursive" }