Merge pull request #23 from github/add-zip

Add zip file explorer
This commit is contained in:
jcreedcmu
2020-05-05 15:45:11 -04:00
committed by GitHub

View File

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