jupyterlab-lsp icon indicating copy to clipboard operation
jupyterlab-lsp copied to clipboard

Whether to support monaco-editor using jupyterlab-lsp to implement multiple cells

Open FoSuCloud opened this issue 9 months ago • 2 comments

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?

截屏2024-05-18 22 22 50

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. 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.

FoSuCloud avatar May 18 '24 14:05 FoSuCloud