Files
codeql-lab/.devcontainer/devcontainer.json
Trganda b56439b6ee Update .devcontainer/devcontainer.json
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
2023-12-01 09:23:45 +08:00

12 lines
291 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"extensions": [
"github.vscode-codeql",
"slevesque.vscode-zipexplorer"
],
"postCreateCommand": "git submodule init && git submodule update --recursive",
"settings": {
"codeQL.runningQueries.memory": 2048
}
}