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

Wrong web socket url

Open MikeSem opened this issue 3 years ago • 0 comments
trafficstars

Description

Web socket url is not always the same as base url. In my case base url hostname and web socket url hostname are different and they are specified in jupyterlab settings I have investigated the code and saw that in jupyterlab-lsp web socket url is created from base url, which is not correct behavior for such cases (see code).

Expected behavior

I would expect web socket url to be taken from jupyterlab settings and not created from base url.

Context

  • Operating System and version: macOS 11.6.3
  • Browser and version: Chrome, version 103
  • JupyterLab version: 3.2.2

MikeSem avatar Jul 08 '22 16:07 MikeSem