Skip to content

Commit

Permalink
omnisharp-settings.el: update omnisharp-expected-server-version to 1.…
Browse files Browse the repository at this point in the history
…32.18
  • Loading branch information
razzmatazz committed Apr 22, 2019
1 parent 32c2378 commit 71ac059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnisharp-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Otherwise omnisharp request the user to do M-x `omnisharp-install-server` and th
executable will be used instead."
:type '(choice (const :tag "Not Set" nil) string))

(defcustom omnisharp-expected-server-version "1.32.13"
(defcustom omnisharp-expected-server-version "1.32.18"
"Version of the omnisharp-roslyn server that this omnisharp-emacs package
is built for. Also used to select version for automatic server installation."
:group 'omnisharp
Expand Down
2 changes: 1 addition & 1 deletion test/buttercup-tests/navigation/go-to-definition-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
;; TODO: for some reason I need to set current buffer from window list
;; with with-current-buffer..
(with-current-buffer (car (mapcar #'window-buffer (window-list)))
(ot--i-should-be-in-buffer-name "*omnisharp-metadata:MiscellaneousFiles.csproj:mscorlib:System.String*")
(ot--i-should-be-in-buffer-name "*omnisharp-metadata:MinimalProject:netstandard:System.String*")
(ot--point-should-be-on-a-line-containing "public sealed class String"))))

0 comments on commit 71ac059

Please sign in to comment.