We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71df3a6 commit 04e599aCopy full SHA for 04e599a
.gitignore
@@ -448,6 +448,7 @@ $RECYCLE.BIN/
448
## Visual Studio Code
449
##
450
.vscode/*
451
+!.vscode/settings.json
452
453
/downloads
454
.vscode/settings.json
@@ -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