Ubuntu下 vsdodium 安装
#Add the GPG key of the repository:
ulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium.gpg
#Add the repository:
echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
#Update then install vscodium:
sudo apt update && sudo apt install codium
vscodium默认使用的扩展源是open-vsx.org,部分扩展没有加入此扩展源,需要使用微软官方扩展源才能直接安装和自动更新。
修改安装根目录/resources/app/product.json文件中的extensionsGallery键对应的值如下:
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
重启vscodium。扩展里就可以搜索安装微软官方扩展源里的扩展。
本文介绍了如何在Ubuntu系统中安装VSCodium,并详细步骤切换其扩展源至微软官方市场,以便能直接安装和更新更多扩展。
1368

被折叠的 条评论
为什么被折叠?



