Skip to content

Commit

Permalink
enable rust-analyzer in wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Sep 30, 2023
1 parent 16d399a commit c72647d
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,6 +1,8 @@
{
"rust-analyzer.linkedProjects": [
".\\src\\macro\\Cargo.toml",
".\\Cargo.toml"
".\\Cargo.toml",
"src/macro/Cargo.toml",
"Cargo.toml",
]
}

0 comments on commit c72647d

Please sign in to comment.