18 lines
510 B
JSON
18 lines
510 B
JSON
{
|
|
"editor.inlayHints.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,
|
|
"chat.disableAIFeatures": true,
|
|
"editor.hover.delay": 1000,
|
|
"editor.hover.sticky": false,
|
|
"editor.fontFamily": "Cousine",
|
|
"workbench.colorTheme": "Default Light Modern"
|
|
} |