forked from jupyter-lsp/jupyterlab-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8 changed files
with
427 additions
and
360 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# CHANGELOG | ||
|
||
## `@krassowski/jupyter-lsp 0.6.1` | ||
|
||
- features | ||
- adds an indicator to the statusbar | ||
- dependencies | ||
- removes unused npm dependencies | ||
|
||
## `@krassowski/jupyter-lsp 0.6.0` | ||
|
||
- features | ||
- allows "rename" action in file editor | ||
- and many other improvements, see the [release notes](https://github.com/krassowski/jupyterlab-lsp/releases/tag/v0.6.0) | ||
- bugfixes | ||
- handles some non-standard diagnostic responses | ||
- testing | ||
- adds browser-based testing for file editor | ||
- dependencies | ||
- requires `jupyter-lsp` | ||
|
||
## `jupyter-lsp 0.6.0` | ||
|
||
- features | ||
- starts language servers on demand | ||
- accepts configuration via Jupyter config system (traitlets) and python | ||
`entry_point`s | ||
- autodetects language servers for bash, CSS, LESS, SASS, Dockerfile, YAML, JS, | ||
TypeScript, JSX, TSX, JSON, YAML |
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
Oops, something went wrong.