vscode install offline packages


To install vscode package offline, you need to download those extension by following the resource path as follows :-


https://${publisher}.gallery.vsassets.io/_apis/public/gallery/publisher/${publisher}/extension/${extension name}/${version}/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage


Goto https://marketplace.visualstudio.com and browse the extension you're looking for.

You probably get something like this :-



This gives us the 'publisher' and package name.

Finally to get our version number we look at the bottom right corner of the extension repository as shown here.




All you need is to fill up the template url above with the right info.

Examples extensions you can download are as follow (might be out of date) :-

Python extension.

https://donjayamanne.gallery.vsassets.io/_apis/public/gallery/publisher/donjayamanne/extension/python/0.5.5/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage

Typescript Javascript Grammar

https://ms-vscode.gallery.vsassets.io/_apis/public/gallery/publisher/ms-vscode/extension/typescript-javascript-grammar/0.0.13/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage

John Papa Angular2 extension.

https://johnpapa.gallery.vsassets.io/_apis/public/gallery/publisher/johnpapa/extension/Angular2/1.0.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage

Once you have download it, rename to a more meaningful file name with .vsix extension. And you can install using the menu as shown below  :-












Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm