Skip to content

Commit

Permalink
fix vscode config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-m committed Jan 6, 2024
1 parent 6ab7621 commit 05b05be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/y.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"settings": {
"typescript.tsdk": "./y-web/node_modules/typescript/lib",
"rust-analyzer.linkedProjects": [".\\y-server\\Cargo.toml"],
"rust-analyzer.linkedProjects": ["./y-server/Cargo.toml"],
"rust-analyzer.showUnlinkedFileNotification": false
}
}

0 comments on commit 05b05be

Please sign in to comment.