40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"editor.inlayHints.enabled": "off",
|
|
"claudeCode.preferredLocation": "panel",
|
|
"workbench.editor.empty.hint": "hidden",
|
|
"editor.rulers": [
|
|
60,
|
|
78
|
|
],
|
|
"explorer.autoReveal": false,
|
|
"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": "Light Modern",
|
|
"editor.autoClosingBrackets": "never",
|
|
"editor.autoClosingOvertype": "never",
|
|
"editor.autoClosingComments": "never",
|
|
"editor.autoClosingQuotes": "never",
|
|
"editor.autoSurround": "never",
|
|
"editor.insertSpaces": true,
|
|
"editor.renderWhitespace": "boundary",
|
|
"files.autoSave": "afterDelay",
|
|
"editor.suggest.filterGraceful": false,
|
|
"extensions.ignoreRecommendations": true,
|
|
"diffEditor.renderSideBySide": false
|
|
"editor.inlineSuggest.suppressSuggestions": true,
|
|
"editor.quickSuggestions": {
|
|
"comments": "off",
|
|
"strings": "off",
|
|
"other": "off"
|
|
},
|
|
"editor.parameterHints.enabled": false,
|
|
"editor.suggestOnTriggerCharacters": false
|
|
}
|
|
|