pierremtb/adhoc/commit-rust-analyzer-linked-projects

This commit is contained in:
Pierre Jacquier
2025-02-25 12:51:44 -05:00
parent 4297dc43ae
commit c9f7275bc4
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -24,7 +24,7 @@ yarn-debug.log*
yarn-error.log*
.idea
.vscode
# .vscode
.helix
src/wasm-lib/.idea
src/wasm-lib/.vscode

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"src/wasm-lib/Cargo.toml"
]
}