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 519a3b0 commit 7042f94Copy full SHA for 7042f94
CHANGELOG.md
@@ -11,6 +11,10 @@
11
- use camelCase convention in TypeScript/JavaScript code
12
- use `@codemirror/linter` to show diagnostics
13
- this comes with a different style of underlines and custom tooltips
14
+- known issues/limitations:
15
+ - enabling auto-invoke of completer requires toggling checkbox in both native and LSP `Code Completion` settings
16
+ - robot mode does not support JupyterLab 4.0, hence robot LSP will not work either
17
+ - renaming in docker files may not work on certain variables due to upstream tokenizer issue
18
19
Requires JupyterLab `>=4.0.6,<5.0.0a0`
20
0 commit comments