zed/docs/src/languages/csharp.md
Ben Kunkle abe1fd5e16
docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043)
Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-10-12 00:19:57 -04:00

636 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"]
      }
    }
  }
}