How to install the extension without Microsoft's Marketplace?

Sadly, all the instructions assume willingness to use the Microsoft-built VS Code release and the Marketplace. How to use Julia in my Code editor without the Marketplace?

Is it possible to install it using these files?

e.g. language-julia-1.6.31.vsix

1 Like

Yeah, on the Extensions pane, in the ellipsis ... menu, thereā€™s an ā€˜Install from VSIXā€¦ā€™ option. Iā€™ve used it successfully for other extensions before.

1 Like

There is GitHub - VSCodium/vscodium: binary releases of VS Code without MS branding/telemetry/licensing which uses https://open-vsx.org

2 Likes

Ah, I was wondering where my VS Codium was fetching extensions from, its search bar also just says ā€œSearch Extensions in Marketplaceā€ so I wasnā€™t sure. @nsajko Iā€™m curious what your setup is, do you use some other custom VS Code binary other than VS Codium?

I use Code OSS as packaged by Archlinux. In fact, it already had the OpenVSX-thingie marketplace, itā€™s just that I never used Code before :sweat_smile:

1 Like