-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When using jupyterlab-lsp, the file path autocomplete in str stops working. Also, sometimes it will automatically add useless .ipynb_checkpoints.
Reproduce
Issue 1:
- type
'/'(including quote) in any notebook's code cell - then press TAB after
/. - Nothing happens.
Issue 2:
- Go to any cell, type in the following code:
from scipy.io import loadmat
data = loadmat('/path/to/some/.mat/file')[0]
- type
.after[0] ipynb_checkpointswill be appended after.symbol.
Expected behavior
Issue 1:
A list of files/folders should pop out for selection.
Issue 2:
Nothing should happen or a valid completion.
Context
- Operating System and version: Windows 10 Pro x64 Version 1909
- Browser and version: Chrome 80.0.3987.149
- JupyterLab version: 2.0.1
jupyter-lspversion: 0.8.0@krassowski/jupyterlab-lspversion: 1.0.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working