jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Whether to support monaco-editor using jupyterlab-lsp to implement multiple cells
Description
I am using jupyterlab-lsp as the language server, but the two monaco-editor instances do not share the context object. Does jupyterlab-lsp have this feature, or are there any plans to support it?
Reproduce
- Go to '...'
- Click on '...'
- Scroll down to '...'
- See error '...'
Expected behavior
Context
- Operating System and version:
- Browser and version:
- JupyterLab version:
-
jupyter-lsp
version: -
jupyterlab-lsp
version: - Language Server:
- Language Server version:
- Language Server installed with:
- Language Server Spec
# jupyter_server_config.json
{
"LanguageServerManager": {
"language_servers": {
"my-language-server": {
"languages": ["my-language"],
"argv": ["echo"]
}
}
}
}
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here. You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here.