mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
removes deprecated stdio flag for omnisharp (#3480)
This commit is contained in:
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
Block a user