Skip to content

Commit

Permalink
chore: add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Feb 9, 2024
1 parent 6ca34d2 commit 5886540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.linkedProjects": ["./Cargo.toml"],
"rust-analyzer.showUnlinkedFileNotification": false
}

0 comments on commit 5886540

Please sign in to comment.