diff --git a/docs/src/languages/csharp.md b/docs/src/languages/csharp.md index 7fbf2b1437..b422e0941b 100644 --- a/docs/src/languages/csharp.md +++ b/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 - } - } - } -} -```