Skip to content

Commit

Permalink
1.9.1 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Apr 8, 2015
1 parent 91e04b4 commit 6f686d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"1.9.0-beta2" : "messages/1.9.0-beta2.txt",
"1.9.0-beta3" : "messages/1.9.0-beta3.txt",
"1.9.0-beta4" : "messages/1.9.0-beta4.txt",
"1.9.0-beta5" : "messages/1.9.0-beta5.txt"
"1.9.0-beta5" : "messages/1.9.0-beta5.txt",
"1.9.1": "messages/1.9.1.txt"
}
16 changes: 16 additions & 0 deletions messages/1.9.1.txt
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
16 changes: 0 additions & 16 deletions repository.json

This file was deleted.

0 comments on commit 6f686d8

Please sign in to comment.