Add zip file explorer

This commit is contained in:
Andrew Eisenberg
2020-05-05 19:07:50 +00:00
parent 6491f5a7f8
commit 2c957ac8f9

View File

@@ -1,6 +1,7 @@
{
"extensions": [
"github.vscode-codeql"
"github.vscode-codeql",
"slevesque.vscode-zipexplorer"
],
"postCreateCommand": "git submodule init && git submodule update --recursive"
}