docs: Fix incorrect info in C# documentation (#30891)

`ignore_system_version` does not work for extensions.

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-05-17 21:05:52 +02:00 committed by GitHub
parent dd3956eaf1
commit 230eb12f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,17 +23,3 @@ The `OmniSharp` binary can be configured in a Zed settings file with:
}
}
```
If you want to disable Zed looking for a `omnisharp` binary, you can set `ignore_system_version` to `true`:
```json
{
"lsp": {
"omnisharp": {
"binary": {
"ignore_system_version": true
}
}
}
}
```