first committ, still fighting with... a lot! 😅
This commit is contained in:
commit
495556500f
74 changed files with 18135 additions and 0 deletions
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
// Allow `rust-analyzer` and `cargo` to run simultaneously.
|
||||
// This uses extra storage space, so consider commenting it out.
|
||||
"rust-analyzer.cargo.targetDir": true,
|
||||
// Display the directory of `mod.rs` files in the tab above the text editor.
|
||||
"workbench.editor.customLabels.patterns": {
|
||||
"**/mod.rs": "${dirname}/mod.rs"
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue