added more vscodium extensions
This commit is contained in:
parent
635e6d936a
commit
cb2d283a2e
2 changed files with 13 additions and 0 deletions
9
home/pomp/.config/VSCodium/product.json
Normal file
9
home/pomp/.config/VSCodium/product.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extensionsGallery": {
|
||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
||||
"itemUrl": "https://marketplace.visualstudio.com/items",
|
||||
"controlUrl": "",
|
||||
"recommendationsUrl": ""
|
||||
}
|
||||
}
|
4
setup.sh
4
setup.sh
|
@ -711,11 +711,14 @@ setup_vscodium() {
|
|||
esbenp.prettier-vscode
|
||||
foxundermoon.shell-format
|
||||
golang.go
|
||||
johnsoncodehk.volar
|
||||
jpoissonnier.vscode-styled-components
|
||||
mhutchie.git-graph
|
||||
ms-python.python
|
||||
ms-toolsai.jupyter
|
||||
PKief.material-icon-theme
|
||||
redwan-hossain.auto-rename-tag-clone
|
||||
rust-lang.rust
|
||||
streetsidesoftware.code-spell-checker
|
||||
zhuangtongfa.material-theme
|
||||
)
|
||||
|
@ -726,6 +729,7 @@ setup_vscodium() {
|
|||
|
||||
install ./home/pomp/.config/autostart/codium.desktop ~/.config/autostart/
|
||||
install ./home/pomp/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
|
||||
install ./home/pomp/.config/VSCodium/product.json ~/.config/VSCodium/product.json
|
||||
}
|
||||
|
||||
setup_wine() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue