Files
jbashrc/vscode/settings.json
2026-03-17 16:06:21 -04:00

14 lines
355 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,
"workbench.editor.wrapTabs": true,
"lrutabs.maxTabs": 10,
"lrutabs.closeTabs": false
}