mirror of https://github.com/helix-editor/helix
removes deprecated stdio flag for omnisharp (#3480)
parent
1577a9d0ab
commit
9b0fd51318
|
@ -217,7 +217,7 @@ file-types = ["cs"]
|
|||
roots = ["sln", "csproj"]
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
language-server = { command = "OmniSharp", args = [ "--languageserver", "--stdio" ] }
|
||||
language-server = { command = "OmniSharp", args = [ "--languageserver" ] }
|
||||
|
||||
[[grammar]]
|
||||
name = "c-sharp"
|
||||
|
|
Loading…
Reference in New Issue