ZIm/docs/src/languages/csharp.md
Peter Tripp 230eb12f72
docs: Fix incorrect info in C# documentation (#30891)
`ignore_system_version` does not work for extensions.

Release Notes:

- N/A
2025-05-17 19:05:52 +00:00

625 B

C#

Note language name is "CSharp" for settings not "C#'

C# support is available through the C# extension.

Configuration

The OmniSharp binary can be configured in a Zed settings file with:

{
  "lsp": {
    "omnisharp": {
      "binary": {
        "path": "/path/to/OmniSharp",
        "arguments": ["optional", "additional", "args", "-lsp"]
      }
    }
  }
}