mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 01:53:03 +01:00
12 lines
291 B
JSON
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
|
|
}
|
|
}
|