You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(lsp) C:\Users\***\LSP>jupyter lab
[I 2024-04-07 16:52:45.903 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-04-07 16:52:45.921 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-07 16:52:45.945 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-04-07 16:52:46.751 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-04-07 16:52:46.820 ServerApp] notebook_shim | extension was successfully loaded.
[I 2024-04-07 16:52:46.828 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-07 16:52:46.834 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-04-07 16:52:46.843 LabApp] JupyterLab extension loaded from C:\Users\***\miniconda3\envs\lsp\lib\site-packages\jupyterlab
[I 2024-04-07 16:52:46.864 LabApp] JupyterLab application directory is C:\Users\***\miniconda3\envs\lsp\share\jupyter\lab
[I 2024-04-07 16:52:46.875 LabApp] Extension Manager is 'pypi'.
[I 2024-04-07 16:52:47.360 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-07 16:52:47.360 ServerApp] The port 8888 is already in use, trying another port.
[I 2024-04-07 16:52:47.370 ServerApp] Serving notebooks from local directory: C:\Users\***\Documents\DEV\LSP
[I 2024-04-07 16:52:47.374 ServerApp] Jupyter Server 2.13.0 is running at:
[I 2024-04-07 16:52:47.375 ServerApp] http://localhost:8889/lab?token=238a6c705333adf5ef18de2a75e907da1e6567aca215393f
[I 2024-04-07 16:52:47.375 ServerApp] http://127.0.0.1:8889/lab?token=238a6c705333adf5ef18de2a75e907da1e6567aca215393f
[I 2024-04-07 16:52:47.376 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2024-04-07 16:52:47.475 ServerApp]
To access the server, open this file in a browser:
file:///C:/Users/***/AppData/Roaming/jupyter/runtime/jpserver-7088-open.html
Or copy and paste one of these URLs:
http://localhost:8889/lab?token=238a6c705333adf5ef18de2a75e907da1e6567aca215393f
http://127.0.0.1:8889/lab?token=238a6c705333adf5ef18de2a75e907da1e6567aca215393f
[I 2024-04-07 16:52:50.853 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin
[I 2024-04-07 16:52:54.241 LabApp] Build is up to date
[I 2024-04-07 16:53:02.235 ServerApp] Saving file at /untitled.json
[I 2024-04-07 16:53:06.811 ServerApp] Saving file at /untitled.json
[I 2024-04-07 16:53:13.176 ServerApp] Saving file at /untitled.json
Browser Output (recommended for all interface issues)
Paste the output from your browser JavaScript console replacing the text in here.
This is a snippet completion. Apparently vscode-json-languageserver-bin is violating the LSP spec - it should not return snippet completions when client does not advertise support for these. I guess we should implement snippet support (#208) now that CodeMirror 6 migration headaches are over.
Description
Using the
vscode-json-languageserver-bin
server for auto-completion in JSON introduces unexpected characters.Note: Following jupyterlab/jupyterlab#16129
Reproduce
1/ Create environment
2/ Create an empty json based on a schema
Add a line, type
"
, then pressTab
to see the suggestions, select one options and pressEnter
After pressing
Enter
, an object{}
is inserted with an unexpected character$1
Expected behavior
The equivalent behavior in
vscode
, no unexpected character introducedContext
Windows 10
Chrome 123.0.6312.105 (Build officiel) (64 bits)
Version 4.1.5
jupyter-lsp-jupyterlab-lsp 5.1.0
&json (vscode-json-languageserver-bin)
Required: installed server extensions
Required: installed lab extensions
Troubleshoot Output
Command Line Output
Browser Output (recommended for all interface issues)
The text was updated successfully, but these errors were encountered: