Skip to content

Commit

Permalink
PR Feedback: buddy you lost? How'd you get over there.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gastove committed Jul 7, 2024
1 parent 072f596 commit a76a00e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/lsp-csharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ filename is returned so lsp-mode can display this file."
(shell-command-to-string
(if lsp-csharp-csharpls-use-local-tool
"dotnet tool list"
"dotnet tool list -g")))
)
"dotnet tool list -g"))))

(defun lsp-csharp--cls-download-server (_client callback error-callback update?)
"Install/update csharp-ls language server using `dotnet tool'.
Expand Down

0 comments on commit a76a00e

Please sign in to comment.