file_types: invoke OmniSharp instead of omnisharp
The former is the canonical executable name, and also what Helix uses. Seems reasonable to standardize on that.
This commit is contained in:
parent
057a9d60cd
commit
523085ba70
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub const @"c-sharp" = .{
|
|||
.icon = "",
|
||||
.extensions = .{"cs"},
|
||||
.comment = "//",
|
||||
.language_server = .{ "omnisharp", "-lsp" },
|
||||
.language_server = .{ "OmniSharp", "-lsp" },
|
||||
.formatter = .{ "csharpier", "format" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue