docs/src/languages/csharp.md 🔗
@@ -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
- }
- }
- }
-}
-```