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 d43b547 commit 49e0954Copy full SHA for 49e0954
CHANGELOG.md
@@ -1,5 +1,23 @@
1
## CHANGELOG
2
3
+### `@krassowski/jupyterlab-lsp 2.0.9` (???)
4
+
5
+- bug fixes
6
7
+ - handles characters that need escaping (spaces, non-ASCII characters) more
8
+ robustly in files and folder names ([#403])
9
10
+[#403]: https://github.com/krassowski/jupyterlab-lsp/pulls/403
11
12
+### `@krassowski/jupyterlab_go_to_definition 2.0.0` (???)
13
14
+- features
15
16
+ - breaking change: renames `uri` to `contents_path` to help avoid programmer issues
17
+ with characters requiring URI encoding ([#406])
18
19
+[#406]: https://github.com/krassowski/jupyterlab-lsp/pulls/406
20
21
### `@krassowski/jupyterlab-lsp 2.0.8` (2020-10-25)
22
23
- bug fixes
0 commit comments