mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-06 02:57:13 -06:00
started ch9.2
This commit is contained in:
17
RustBrock.code-workspace
Normal file
17
RustBrock.code-workspace
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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)
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user