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 19:05:52 +00:00
committed by GitHub
parent dd3956eaf1
commit 230eb12f72
-14
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
}
}
}
}
```