mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update CodeSpaces configuration
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
{
|
{
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
"rust-lang.rust",
|
||||||
|
"bungcip.better-toml",
|
||||||
"github.vscode-codeql",
|
"github.vscode-codeql",
|
||||||
"slevesque.vscode-zipexplorer"
|
"slevesque.vscode-zipexplorer"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/target/**": true
|
||||||
|
},
|
||||||
"codeQL.runningQueries.memory": 2048
|
"codeQL.runningQueries.memory": 2048
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user