-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-complete issue related to file paths #241
Comments
I second both these. While the first one didn't strike me as an issue necessarily (don't know whether I should expect some path completion to begin or not), the second issue is very annoying.
|
Thank you @ProblemFactory for reporting and thanks @antonwnk for providing additional examples - it was useful for creating a test case! I started working on that, and most of the annoying behaviour should be gone in the next release; most likely ETA in two weeks time. |
Seems you have it covered! Thanks a lot. |
This has been fixed upstream in JupyterLab. If there will be JupyterLab 2.2 release, it will likely be included in it. Otherwise it will be in JupyterLab 3.0 |
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:
'/'
(including quote) in any notebook's code cell/
.Issue 2:
.
after[0]
ipynb_checkpoints
will 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
jupyter-lsp
version: 0.8.0@krassowski/jupyterlab-lsp
version: 1.0.0The text was updated successfully, but these errors were encountered: