1
0
Fork 0

added more vscodium extensions

This commit is contained in:
Kim, Jimin 2021-12-03 09:34:36 +09:00
parent 635e6d936a
commit cb2d283a2e
2 changed files with 13 additions and 0 deletions

View 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": ""
}
}

View file

@ -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() {