Skip to content

Commit ea7f538

Browse files
committed
add back minimal vscode settings file for rust-analyzer
1 parent 3a4b8c4 commit ea7f538

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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)