Skip to content

Commit 04e599a

Browse files
authored
add back minimal vscode settings file for rust-analyzer (#254)
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 71df3a6 commit 04e599a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ $RECYCLE.BIN/
448448
## Visual Studio Code
449449
##
450450
.vscode/*
451+
!.vscode/settings.json
451452

452453
/downloads
453454

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"Cargo.toml",
4+
// guest crates for testing, not part of the workspace
5+
"src/tests/rust_guests/simpleguest/Cargo.toml",
6+
"src/tests/rust_guests/callbackguest/Cargo.toml"
7+
]
8+
}

0 commit comments

Comments
 (0)