RustBrock/RustBrock.code-workspace
2025-01-21 21:41:38 +00:00

18 lines
377 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"[markdown]": {
"editor.quickSuggestions": {
"other": false, // Disable other suggestions
"comments": false,
"strings": true // Enable suggestions for strings (including links)
},
"editor.suggestOnTriggerCharacters": true // Keep suggestion on trigger characters (like '[' for links)
}
}
}