{ "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 } }