started ch9.2

This commit is contained in:
darkicewolf50
2025-01-21 21:41:38 +00:00
parent 1e81fbbf7b
commit a6eeda7f49
2 changed files with 60 additions and 0 deletions

17
RustBrock.code-workspace Normal file
View 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)
}
}
}