orgmode-to-gemini-blog/.vscode/settings.json

10 lines
252 B
JSON
Raw Normal View History

2024-11-11 00:02:50 +01:00
{
"editor.suggest.selectionMode": "whenQuickSuggestion",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"emmet.useInlineCompletions": true,
"editor.hover.enabled": false
}