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-04-06 19:50:59 -04:00
|
|
|
"explorer.autoReveal": false,
|
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",
|
2026-03-19 11:02:55 -04:00
|
|
|
"workbench.colorTheme": "Default Light Modern",
|
|
|
|
|
"editor.autoClosingBrackets": "never",
|
|
|
|
|
"editor.autoClosingOvertype": "never",
|
|
|
|
|
"editor.autoClosingComments": "never",
|
|
|
|
|
"editor.autoClosingQuotes": "never",
|
2026-03-26 19:59:05 -04:00
|
|
|
"editor.autoSurround": "never",
|
|
|
|
|
"editor.insertSpaces": true,
|
2026-03-31 05:00:45 -04:00
|
|
|
"editor.renderWhitespace": "boundary",
|
|
|
|
|
"files.autoSave": "afterDelay",
|
2026-04-06 19:50:59 -04:00
|
|
|
"editor.suggest.filterGraceful": false,
|
2026-04-28 15:21:29 -04:00
|
|
|
"extensions.ignoreRecommendations": true,
|
|
|
|
|
"diffEditor.renderSideBySide": false
|
2026-04-03 13:30:26 -04:00
|
|
|
}
|
2026-04-06 19:50:59 -04:00
|
|
|
|