add vscodium extensions
This commit is contained in:
parent
93058aad44
commit
fd74774c8a
4 changed files with 4 additions and 2 deletions
|
@ -30,3 +30,4 @@ dev-container-install.sh
|
||||||
!.gnupg
|
!.gnupg
|
||||||
{{ end }}
|
{{ end }}
|
||||||
settings.json
|
settings.json
|
||||||
|
extensions.json
|
||||||
|
|
1
dot_vscode-oss/extensions/symlink_extensions.json.tmpl
Normal file
1
dot_vscode-oss/extensions/symlink_extensions.json.tmpl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ .chezmoi.sourceDir }}/extensions.json
|
1
extensions.json
Normal file
1
extensions.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"sync.gist": "6d8559a01164b003d08f3c0bbc6cc664",
|
|
||||||
"workbench.colorTheme": "Catppuccin Frappé",
|
"workbench.colorTheme": "Catppuccin Frappé",
|
||||||
"workbench.iconTheme": "catppuccin-frappe",
|
"workbench.iconTheme": "catppuccin-frappe",
|
||||||
"editor.fontSize": 16,
|
"editor.fontSize": 16,
|
||||||
"editor.fontFamily": "monospace, Fira Code",
|
"editor.fontFamily": "monospace, Fira Code",
|
||||||
"terminal.integrated.fontSize": 15
|
"terminal.integrated.fontSize": 16
|
||||||
}
|
}
|
Loading…
Reference in a new issue