Home > Net >  VSCode remote ssh: Can't install extensions on remote server
VSCode remote ssh: Can't install extensions on remote server

Time:01-29

I am trying to install an extension (as an example cmake tools) on my remote server (ubuntu Arm 64). I have enabled remote.downloadExtensionsLocally feature). When I try to install the extensions, it seems downloaded locally but can't be installed on the target server.

My Host: Windows 10

My Server: Ubuntu 64 ARM running on a rasp4

Here are my user settings (I have enabled a proxy. no diff with/without proxy): enter image description here

and here are my remote settings: enter image description here

and this is my windows trace logs after clicking on install button (As can be seen the extension has downloaded successfully): enter image description here

and my remote server log: enter image description here

CodePudding user response:

Please check if your Linux kernel/version is compatible with the enter image description here

  • Related