We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eb470 commit b16a400Copy full SHA for b16a400
.gitignore
@@ -472,3 +472,4 @@ hyperlight_guest.h
472
# gdb
473
.gdbinit
474
trace/*
475
+.gdbguest
.vscode/settings.json
@@ -3,5 +3,10 @@
3
"Cargo.toml",
4
// guest crates for testing, not part of the workspace
5
"src/tests/rust_guests/simpleguest/Cargo.toml",
6
- ]
+ ],
7
+ // Enable features in rust analyzer here
8
+ "rust-analyzer.cargo.features": [
9
+ // "gdb",
10
+ // "kvm"
11
12
}
0 commit comments