Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"window.menuBarVisibility": "toggle",
"security.workspace.trust.untrustedFiles": "open",
"diffEditor.ignoreTrimWhitespace": false,
"extensions.ignoreRecommendations": true,
"chat.commandCenter.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editor.enablePreview": false,
"diffEditor.maxComputationTime": 0,
"diffEditor.hideUnchangedRegions.enabled": true,
"claudeCode.preferredLocation": "panel",
}