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 16:12:41 +01:00 committed by GitHub
parent 21f7e6a9e6
commit 4106c8a188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1810,6 +1810,9 @@
"allowed": false
}
},
"CSharp": {
"language_servers": ["roslyn", "!omnisharp", "..."]
},
"CSS": {
"prettier": {
"allowed": true