orgmode-to-gemini-blog/.vscode/settings.json
2024-11-11 00:03:42 +01:00

10 lines
No EOL
252 B
JSON

{
"editor.suggest.selectionMode": "whenQuickSuggestion",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"emmet.useInlineCompletions": true,
"editor.hover.enabled": false
}