mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
CodeQL CLI needs a minimum of 2G of memory. By default, the memory used is slightly less than that, leading to poor performance.
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"extensions": [
|
|
"github.vscode-codeql",
|
|
"slevesque.vscode-zipexplorer"
|
|
],
|
|
"postCreateCommand": "git submodule init && git submodule update --recursive",
|
|
"settings": {
|
|
"codeQL.runningQueries.memory": 2048
|
|
}
|
|
}
|