Files
jbashrc/vscode/settings.json

18 lines
510 B
JSON
Raw Normal View History

2026-03-09 00:14:40 -04:00
{
"editor.inlayHints.enabled": "off",
"claudeCode.preferredLocation": "panel",
"workbench.editor.empty.hint": "hidden",
"editor.rulers": [
60,
78
],
2026-03-17 16:06:21 -04:00
"explorer.confirmDelete": false,
"workbench.editor.wrapTabs": true,
"lrutabs.maxTabs": 10,
2026-03-17 17:27:23 -04:00
"lrutabs.closeTabs": false,
"chat.disableAIFeatures": true,
2026-03-17 23:19:40 -04:00
"editor.hover.delay": 1000,
2026-03-18 12:51:33 -04:00
"editor.hover.sticky": false,
2026-03-19 01:52:28 -04:00
"editor.fontFamily": "Cousine",
"workbench.colorTheme": "Default Light Modern"
2026-03-09 00:14:40 -04:00
}