зеркало из https://github.com/github/codeql.git
17 строки
347 B
JSON
17 строки
347 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"
|
|
],
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
},
|
|
"codeQL.runningQueries.memory": 2048
|
|
}
|
|
}
|