Files
codeql-lab/vscode-codeql-starter.code-workspace
Tamas Vajk df75f1ad30 Turn off C# auto-compile
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.
2020-07-30 15:01:05 +02:00

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
}
}