Skip to content

Commit

Permalink
fixed the settings.json not finding the cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJowett committed Jul 20, 2023
1 parent 2e2902e commit 8de990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"winit"
],
"rust-analyzer.linkedProjects": [
".\\Cargo.toml"
"Cargo.toml"
]
}

0 comments on commit 8de990a

Please sign in to comment.