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.
This commit is contained in:
Tamas Vajk
2020-07-30 15:01:05 +02:00
parent 7b0fae4279
commit df75f1ad30

View File

@@ -24,5 +24,8 @@
{
"path": "ql"
}
]
],
"settings": {
"omnisharp.autoStart": false
}
}