You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a BETA release to test CHMOD for omnisharp on *NIX and for omnisharp.exe to be killed on Windows when an upgrade occurs.
2
+
3
+
Bug Fixes:
4
+
5
+
* Refactoring of core plugin code that communicates with OmniSharp server
6
+
* Correct case for OmniSharpServer.exe launching on Linux
7
+
* Correct quotes around launch paths
8
+
* Include homebrew path of Mono when launching omnisharp server
9
+
* Updated UrlLib version
10
+
11
+
Enhancements:
12
+
13
+
* Single CS file usage, no folder needed
14
+
* Tooltips on errors, when a document is saved the syntax error check will be executed after 500ms and the user can click on the squiggly warning lines and a tooltip will show the error.
15
+
There is a new plugin setting that allows you turn on/off error window when syntax issues are found allowing the user to have tooltips and a window.
16
+
* Super + I key binding for Go to Implementation feature
0 commit comments