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
+10
View File
@@ -0,0 +1,10 @@
[
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u001b\r"
},
"when": "terminalFocus"
}
]