We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1906178 commit 355b5acCopy full SHA for 355b5ac
CHANGELOG.md
@@ -16,8 +16,12 @@
16
17
- handles characters that need escaping (spaces, non-ASCII characters) more
18
robustly in files and folder names ([#403])
19
+ - moving cells now triggers the document update immediately leading to immediate diagnostics update ([#421])
20
+ - changing cell type to `raw` or `markdown` and then back to `code` properly unbinds/binds event handlers and updates document ([#421])
21
+ - pasted cells are added to the LSP document immediately, without the need for the user to enter them ([#421])
22
23
[#403]: https://github.com/krassowski/jupyterlab-lsp/issues/403
24
+[#421]: https://github.com/krassowski/jupyterlab-lsp/issues/421
25
26
### `@krassowski/jupyterlab_go_to_definition 2.0.0` (???)
27
0 commit comments