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 f3782ff commit 802e6a9Copy full SHA for 802e6a9
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## CHANGELOG
2
3
+### `@krassowski/jupyterlab-lsp 3.4.2` (unreleased)
4
+
5
+- bug fixes:
6
7
+ - prevents throwing a highlights error when adding new cell with <kbd>Shift</kbd> + <kbd>Enter</kbd> ([#544])
8
+ - fixes IPython `pinfo` and `pinfo2` (`?` and `??`) for identifiers containing `s` ([#547])
9
10
+[#544]: https://github.com/krassowski/jupyterlab-lsp/pull/544
11
+[#547]: https://github.com/krassowski/jupyterlab-lsp/pull/547
12
13
### `jupyter-lsp 1.1.4` (2020-02-21)
14
15
- bug fixes:
0 commit comments