Closed colas31 closed 3 years ago
Where is the private extension stored / where are you trying to access it from?
Hi @bamurtaugh ,
The extensions are already installed on my local VSCode instance (on my laptop). Then I connect VSCode to a server thanks to Remote-SSH.
Otherwise the private extension package are store on a npm repository.
Is it clear or do you need more info?
Hello @bamurtaugh do you have any news regarding my request?
cc @roblourens
So you just installed this extension locally via a VSIX, and you want it installed on the remotes? You will have to install it on the remote with the VSIX too, that setting will only support marketplace extensions
I set several extension in the settings defaultExtensions (public found in marketplace and private one).
`
"remote.SSH.defaultExtensions": [ "sanaajani.taskrunnercode", "garmin.private-extension-manager", "xxx.yyy", <= private one ]`
I also set this setting to true"remote.downloadExtensionsLocally": true
Once connected on the remote server, the public one are correctly installed. The private one failed to be installed with this log.
I was thinking since all the extension are installed locally, and the option downlowdExtensionsLocally to true the private extension could be also installed remotly. And I even think it was working in the past.
Thanks Best regards