Files
jbashrc/vscode/settings.json
2026-03-09 00:14:40 -04:00

11 lines
257 B
JSON

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