Extension can not be loaded in ssh vscode server 1.54.3
See original GitHub issueEnvironment 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]
- install vscode 1.54.3 on client (Windows in my case)
- install Remote extensions
- Download Jupyter vsix and scp it to the linux server
- Remote connect to linux server (will install vscode server on linux)
- Go to extensions
- Click the three dots on top and select
Install from vsix...
Logs
Output for Jupyter
in the Output
panel (View
→Output
, change the drop-down the upper-right of the Output
panel to Jupyter
)
Not present since extension can not be installed
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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!
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 😅