Skip to content

Commit

Permalink
removes deprecated stdio flag for omnisharp (helix-editor#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrst authored and AlexanderBrevig committed Aug 29, 2022
1 parent 65b1ee0 commit 2c61d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c61d8e

Please sign in to comment.