How to add extensions to VS Codium (open source version) from github repos
Asked Answered
S

1

23

Lot of VSCode extensions are missing in VSCodium. Looking for a simple way to add the missing extensions from their github repos. Does something like this exist?

I've looked for similar answers but nothing explains a simple way to do this

Sakai answered 4/12, 2022 at 1:25 Comment(0)
S
28

Found the answer after posting the question

Find the vsix file at https://marketplace.visualstudio.com/, download it (under the version history tab)

cd ~/Downloads
codium --install-extension application-name-0.0.1.vsix
Sakai answered 4/12, 2022 at 1:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.