当前位置:   article > 正文

设置vscodium采用微软官方扩展源_vscodium 官方源

vscodium 官方源

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 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

vscodium默认使用的扩展源是open-vsx.org,部分扩展没有加入此扩展源,需要使用微软官方扩展源才能直接安装和自动更新。

修改安装根目录/resources/app/product.json文件中的extensionsGallery键对应的值如下:

"extensionsGallery": {
    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
    "itemUrl": "https://marketplace.visualstudio.com/items"
}
  • 1
  • 2
  • 3
  • 4

重启vscodium。扩展里就可以搜索安装微软官方扩展源里的扩展。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/372668
推荐阅读
相关标签
  

闽ICP备14008679号