Skip to content

Commit

Permalink
chore: update vscode workspace to match directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Dec 18, 2024
1 parent ea32456 commit 12624d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/client-sdk-rust.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"name": "<root>",
"path": ".."
},
{
"name": "sdk",
"path": "../sdk"
},
{
"name": "example/rust",
"path": "../example/rust"
}
],
"settings": {
"rust-analyzer.linkedProjects": ["./example/rust/Cargo.toml", "./sdk/Cargo.toml"]
"rust-analyzer.linkedProjects": ["./example/rust/Cargo.toml", "./Cargo.toml"]
}
}

0 comments on commit 12624d9

Please sign in to comment.