chore: move VSCode settings and keybindings to .vscode/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 12:21:21 +02:00
co-authored by Claude Sonnet 4.6
parent e862aaa0a2
commit 297a034e05
4 changed files with 4 additions and 6 deletions
+3 -4
View File
@@ -16,11 +16,10 @@
!.zshenv
!.hushlogin
!arty.yml
!.vscode/
!.vscode/settings.json
!.vscode/keybindings.json
!.config/
!.config/Code/
!.config/Code/User/
!.config/Code/User/settings.json
!.config/Code/User/keybindings.json
!.config/yazi/
!.config/yazi/yazi.toml
!.config/yazi/theme.toml
+1 -1
View File
@@ -7,7 +7,7 @@
// Frost: #8FBCBB #88C0D0 #81A1C1 #5E81AC
// Aurora: #BF616A #D08770 #EBCB8B #A3BE8C #B48EAD
// -------------------------------------------------------------------------
"workbench.colorTheme": "Default Dark Modern",
"workbench.colorTheme": "Dark Modern",
"editor.semanticHighlighting.enabled": true,
"workbench.colorCustomizations": {
-1
View File
@@ -70,7 +70,6 @@ scripts:
unzip -o /tmp/Meslo.zip "MesloLGLDZ*.ttf" -d ~/.local/share/fonts/MesloNerdFont
fc-cache -fv
vscode:extensions: |
code --install-extension arcticicestudio.nord-visual-studio-code
code --install-extension editorconfig.editorconfig
code --install-extension esbenp.prettier-vscode
code --install-extension ms-azuretools.vscode-containers