add vscodium extensions

This commit is contained in:
Anthony Rodriguez 2024-06-04 08:35:45 +02:00
parent 93058aad44
commit fd74774c8a
4 changed files with 4 additions and 2 deletions

View file

@ -30,3 +30,4 @@ dev-container-install.sh
!.gnupg
{{ end }}
settings.json
extensions.json

View file

@ -0,0 +1 @@
{{ .chezmoi.sourceDir }}/extensions.json

1
extensions.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,7 @@
{
"sync.gist": "6d8559a01164b003d08f3c0bbc6cc664",
"workbench.colorTheme": "Catppuccin Frappé",
"workbench.iconTheme": "catppuccin-frappe",
"editor.fontSize": 16,
"editor.fontFamily": "monospace, Fira Code",
"terminal.integrated.fontSize": 15
"terminal.integrated.fontSize": 16
}