chore: remove tracked .vscode dir

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017T2GTsXrpJizZ6HnwEcid4
This commit is contained in:
2026-08-28 20:38:20 +02:00
co-authored by Claude Sonnet 5
parent cb73339adc
commit a0205f9958
3 changed files with 0 additions and 60 deletions
-3
View File
@@ -24,9 +24,6 @@
!bin/stacks
!bin/README.md
!bin/setup
!.vscode/
!.vscode/settings.json
!.vscode/keybindings.json
!.config/
!.config/yazi/
!.config/yazi/yazi.toml
-10
View File
@@ -1,10 +0,0 @@
[
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u001b\r"
},
"when": "terminalFocus"
}
]
-47
View File
@@ -1,47 +0,0 @@
{
// -------------------------------------------------------------------------
// Nord colorscheme applied via settings — no extension required.
// Source: https://github.com/arcticicestudio/nord-visual-studio-code
// Polar Night: #2E3440 #3B4252 #434C5E #4C566A
// Snow Storm: #D8DEE9 #E5E9F0 #ECEFF4
// Frost: #8FBCBB #88C0D0 #81A1C1 #5E81AC
// Aurora: #BF616A #D08770 #EBCB8B #A3BE8C #B48EAD
// -------------------------------------------------------------------------
"workbench.colorTheme": "Catppuccin Frappé",
"editor.semanticHighlighting.enabled": true,
// -------------------------------------------------------------------------
// Editor
// -------------------------------------------------------------------------
"workbench.externalBrowser": "chrome",
"explorer.confirmDragAndDrop": false,
"explorer.confirmPasteNative": false,
"editor.formatOnSave": false,
"git.confirmSync": false,
"git.repositoryScanMaxDepth": 2,
"remote.autoForwardPortsSource": "hybrid",
// -------------------------------------------------------------------------
// Terminal
// -------------------------------------------------------------------------
"terminal.integrated.fontFamily": "MesloLGLDZ Nerd Font Mono",
"terminal.integrated.sendKeybindingsToShell": true,
"terminal.integrated.defaultProfile.linux": "zsh (login)",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh"
},
"zsh (login)": {
"path": "zsh",
"args": [
"-l"
]
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
}
}
}