question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extension can not be loaded in ssh vscode server 1.54.3

See original GitHub issue

Environment data

  • VS Code version: 1.54.3
  • Jupyter Extension version (available under the Extensions sidebar): v2021.3.684299474
  • Python Extension version (available under the Extensions sidebar): n/a
  • OS (Windows | Mac | Linux distro) and version: Oracle Linux Server 7.8
  • Python and/or Anaconda version: N/A
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
  • Jupyter server running: Local | Remote | N/A

Expected behaviour

Extension can be installed offline

Actual behaviour

Extension can not be installed offline

Error message in Log (Window)

[2021-03-27 21:24:27.823] [renderer3] [error] Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.54.3'.: Error: Unable to install extension 'ms-toolsai.jupyter' as it is not compatible with VS Code '1.54.3'.
    at /home/`username`/.vscode-server/bin/2b9aebd5354a3629c3aba0a5f5df49f43d6689f8/out/vs/server/remoteExtensionHostAgent.js:108:97447
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. install vscode 1.54.3 on client (Windows in my case)
  2. install Remote extensions
  3. Download Jupyter vsix and scp it to the linux server
  4. Remote connect to linux server (will install vscode server on linux)
  5. Go to extensions
  6. Click the three dots on top and select Install from vsix...

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

Not present since extension can not be installed

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
trir262commented, Apr 1, 2021

@joyceerhl I downloaded the ms-toolsai.jupyter-2021.5.689556049 VSIX file from Microsoft VSCode extension marketplace: https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter.

I now tried with vscode insiders 1.56.0-insiders, opened an ssh connection to my linux and tried to install from VSIX the ms-toolsai.jupyter-2021.5.702919634 VSIX file and it worked like a charm!

Thanks for the quick resolution!

1reaction
oxycommented, Mar 30, 2021

Hi there! I’m a dev on cdr/code-server - @trir262 (and the others in this issue) appear to be using the Microsoft remote extension / the official, proprietary vscode-server product from Microsoft, not our open-source downstream, code-server. (The similar product names can get confusing)

We currently don’t support connecting to a code-server instance from a local install of vscode, and only expose vscode to the browser. #5175 was a downstream issue that I think we fixed by now, but we don’t have anything to do with Microsoft’s remote extensions / their proprietary remote server 😅

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remote Development Tips and Tricks - Visual Studio Code
Remote Development Tips and Tricks. This article covers troubleshooting tips and tricks for each of the Visual Studio Code Remote Development extensions.
Read more >
how to restart extension host in vscode - Alberta WaterPortal
Here's an example workflow using the Remote - SSH extension: Connect to the SSH remote where your project is located; Launch the development ......
Read more >
Visual Studio Code 1.74.1 (64-bit) Download for ... - FileHorse
Extensions view doesn't auto load if is close when startup VSCode ... Extension sync not working in vscode server web
Read more >
VS Code SSH Remote Connection issues - Stack Overflow
If you can ssh in command line, try and rename /home/students/tkwilk/.vscode-server in order to force a complete re-installation of the SSH ...
Read more >
VSCode and Bitbucket authentication cannot be done...
I'm trying to enable the Jira and Bitbucket (Official) extension in Visual Studio Code, and I cannot ... Windows 10, 64 bit; VS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found