-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from krassowski/release/0.6.1
Release 0.6.1, update RELEASE.md
- Loading branch information
Showing
5 changed files
with
13 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,11 +42,16 @@ New in 0.6.0: | |
|
||
- automated LSP servers start and traitlets-based configuration | ||
- "rename" action in file editor | ||
- improved code navigation when there are multiple jump targets | ||
- and many other improvements, see the [release notes](https://github.com/krassowski/jupyterlab-lsp/releases/tag/v0.6.0). | ||
|
||
New in 0.6.1: | ||
|
||
- removed unused dependencies | ||
- added an indicator to the statusbar | ||
|
||
### Coming soon: | ||
|
||
- improved code navigation when there are multiple jump targets | ||
- autocompleter with documentation and sorting based on LSP suggestions | ||
- system of settings, including options: | ||
- to enable aggressive autocompletion (like in hinterland) | ||
|
@@ -120,7 +125,7 @@ jupyter labextension update @krassowski/jupyterlab-lsp | |
Use install command (update does not seem to work) appending `@version` to the extension name, like this: | ||
|
||
```bash | ||
jupyter labextension install @krassowski/[email protected].0 | ||
jupyter labextension install @krassowski/[email protected].1 | ||
``` | ||
|
||
## Development | ||
|
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
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