mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"github.vscode-codeql",
|
|
"hbenl.vscode-test-explorer",
|
|
"ms-vscode.test-adapter-converter",
|
|
"slevesque.vscode-zipexplorer"
|
|
],
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
},
|
|
"codeQL.runningQueries.memory": 2048
|
|
}
|
|
}
|