mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"extensions": [
|
|
"github.vscode-codeql",
|
|
"slevesque.vscode-zipexplorer"
|
|
],
|
|
"settings": {
|
|
"codeQL.runningQueries.memory": 2048,
|
|
"codeQL.runningQueries.debug": true
|
|
}
|
|
}
|