Initial commit

This commit is contained in:
2026-03-09 00:14:40 -04:00
commit 099e5d3738
10 changed files with 460 additions and 0 deletions

11
vscode/settings.json Normal file
View File

@@ -0,0 +1,11 @@
{
"editor.inlayHints.enabled": "off",
"editor.hover.enabled": "off",
"claudeCode.preferredLocation": "panel",
"workbench.editor.empty.hint": "hidden",
"editor.rulers": [
60,
78
],
"explorer.confirmDelete": false
}