-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Bug Fixes: | ||
|
||
* Refactoring of core plugin code that communicates with OmniSharp server | ||
* Correct case for OmniSharpServer.exe launching on Linux | ||
* Correct quotes around launch paths | ||
* Include homebrew path of Mono when launching omnisharp server | ||
* Updated UrlLib version | ||
* chmond launch script on plugin load for *nix | ||
|
||
Enhancements: | ||
|
||
* Single CS file usage, no folder needed | ||
* 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. | ||
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. | ||
* Super + I key binding for Go to Implementation feature | ||
* coloured output for builds and unit tests |
This file was deleted.
Oops, something went wrong.