mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-14 20:44:17 -06:00
18 lines
377 B
Plaintext
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)
|
|
}
|
|
}
|
|
}
|