From 230eb12f7220aea21733a259b670201bc79c7020 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sat, 17 May 2025 21:05:52 +0200 Subject: [PATCH] docs: Fix incorrect info in C# documentation (#30891) `ignore_system_version` does not work for extensions. Release Notes: - N/A --- docs/src/languages/csharp.md | 14 -------------- 1 file changed, 14 deletions(-) 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 - } - } - } -} -```