mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-06 02:57:13 -06:00
.github
.obsidian
HelloWorld
adder
branches
functions_rust
guessing_game
hello_cargo
loops
ownership
rectangles
.gitignore
Collection of Common Data Structs.md
Constants.md
Crates.md
Data Types.md
Enums.md
Error Handling.md
Generic Types Traits and Lifetimes.md
Generics.md
Hash.md
How_to_Run.md
Lifetimes.md
Modules and Use.md
Packages.md
Paths.md
Primitives.md
Project Organization.md
README.md
Reducing_Code_Duplication.md
RustBrock.code-workspace
String.md
Structures.md
Tests.md
Traits.md
Variables.md
Vector.md
Writing_Tests.md
data_types.md
ownership.md
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)
|
|
}
|
|
}
|
|
}
|