mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"github.vscode-codeql",
|
|
"hbenl.vscode-test-explorer",
|
|
"ms-vscode.test-adapter-converter",
|
|
"slevesque.vscode-zipexplorer"
|
|
],
|
|
"build": {
|
|
// Path is relative to the devcontainer.json file.
|
|
"dockerfile": "Dockerfile.codespaces"
|
|
},
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
},
|
|
"codeQL.runningQueries.memory": 2048
|
|
}
|
|
}
|