Disable OmniSharp by default for C# files (#44427)

In preparation for https://github.com/zed-extensions/csharp/pull/11. Do
not merge before that PR is published.

Release Notes:

- Added support for Roslyn in C# files. Roslyn will now be the default
language server for C#
This commit is contained in:
Finn Evers
2025-12-10 10:12:41 -05:00
committed by GitHub
parent 21f7e6a9e6
commit 4106c8a188
+3
View File
@@ -1810,6 +1810,9 @@
"allowed": false
}
},
"CSharp": {
"language_servers": ["roslyn", "!omnisharp", "..."]
},
"CSS": {
"prettier": {
"allowed": true