mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 01:53:03 +01:00
33 lines
532 B
Plaintext
33 lines
532 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "codeql-custom-queries-cpp"
|
|
},
|
|
{
|
|
"path": "codeql-custom-queries-csharp"
|
|
},
|
|
{
|
|
"path": "codeql-custom-queries-go"
|
|
},
|
|
{
|
|
"path": "codeql-custom-queries-java"
|
|
},
|
|
{
|
|
"path": "codeql-custom-queries-javascript"
|
|
},
|
|
{
|
|
"path": "codeql-custom-queries-python"
|
|
},
|
|
{
|
|
"path": "codeql-go"
|
|
},
|
|
{
|
|
"path": "ql"
|
|
}
|
|
],
|
|
"settings": {
|
|
"ql.distribution.includePrerelease": true,
|
|
"ql.distribution.owner": "github",
|
|
"ql.distribution.repository": "codeql-cli-binaries"
|
|
}
|
|
} |