Skip to content

Commit

Permalink
Merge pull request #4 from matthewfurr/main
Browse files Browse the repository at this point in the history
Added missing examples to settings.json
  • Loading branch information
alfredodeza authored Jan 16, 2024
2 parents f7529db + 80c3f3e commit 00cabb5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"rust-analyzer.linkedProjects": [
"./examples/1-components/project/Cargo.toml",
"./examples/1-components/project/Cargo.toml",
"./examples/2-variables/mutable/Cargo.toml",
"./examples/2-variables/variables/Cargo.toml",
"./examples/3-control-flow/conditionals/Cargo.toml",
"./examples/2-variables/mutable/Cargo.toml",
"./examples/2-variables/variables/Cargo.toml",
"./examples/3-control-flow/conditionals/Cargo.toml",
"./examples/4-shadowing/shadowing/Cargo.toml",
"./examples/5-loops/loops/Cargo.toml",
"./examples/6-conditionals/conditionals/Cargo.toml",
Expand All @@ -13,6 +13,12 @@
"./examples/8-for-loops/for-loop/Cargo.toml",
"./examples/9-break-and-continue/loop-control/Cargo.toml",
"./examples/10-match-control-flow/match-control/Cargo.toml",
"./examples/11-unit-functions/unit/Cargo.toml"
"./examples/11-unit-functions/unit/Cargo.toml",
"./examples/12-return-values/values/Cargo.toml",
"./examples/13-function-arguments/values/Cargo.toml",
"./examples/14-borrowing/borrowing/Cargo.toml",
"./examples/15-panic/panicking/Cargo.toml",
"./examples/16-error-handling/error-handling/Cargo.toml",
"./examples/17-data-structures/Cargo.toml"
]
}

0 comments on commit 00cabb5

Please sign in to comment.