Skip to content

Commit

Permalink
Add notes for release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Dec 21, 2019
1 parent cdfc434 commit da6f3af
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"0.8.6": "messages/0.8.6.txt",
"0.9.0": "messages/0.9.0.txt",
"0.9.1": "messages/0.9.1.txt",
"0.9.2": "messages/0.9.2.txt"
"0.9.2": "messages/0.9.2.txt",
"0.9.3": "messages/0.9.3.txt"
}
37 changes: 37 additions & 0 deletions messages/0.9.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
=> 0.9.3


Features:

* Support for multiple folders per window. The behaviour is now:
* No folders: 1 server of each configuration is started
* Multiple folders:
* Server with workspaceFolders support: One per window.
* Server without workspaceFolders support: One per project folder

* New server logging panel (@rwols, https://github.com/tomv564/LSP/pull/811)
* Run **LSP: Toggle Panel: Language Servers** to see it in action (if you have logging enabled)


Fixes:

* Enable workspace/configuration client capability (fixes intelephense configuration)

* Completions should be presented earlier and not show outdated results (https://github.com/tomv564/LSP/pull/822)

* Avoid completion insertion logic when out of range (@randy3k)


New server support or documentation:

* Updated Python language server instructions (@OlegSmelov)


Deprecations:

* `quick_panel_monospace_font` setting (always uses default Sublime font now)


See https://github.com/tomv564/LSP/releases/tag/0.9.3 for full update details.

Thanks to all contributors & reporters!

0 comments on commit da6f3af

Please sign in to comment.