Turn off C# auto-compile on topmost folder

If the C# extension is installed, then it reports 25k+ errors on the C# extractor until it is properly built. This is pure noise because the solution would be opened and built from the correct subdirectory. This commit disables the C# compilation altogether.
This commit is contained in:
Tamas Vajk
2020-07-30 15:23:13 +02:00
parent 632713c475
commit 0ea5f347f7

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"omnisharp.autoStart": false
}