mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
If the C# extension is installed, then it reports 25k+ errors on the C# extractor until it is properly built. This is pure noise for the users of this repo, so this commit disables the C# compilation altogether.
32 lines
428 B
Plaintext
32 lines
428 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": {
|
|
"omnisharp.autoStart": false
|
|
}
|
|
}
|