Skip to content

Commit b16a400

Browse files
committed
Add some helper files
Signed-off-by: James Sturtevant <[email protected]>
1 parent 20eb470 commit b16a400

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,4 @@ hyperlight_guest.h
472472
# gdb
473473
.gdbinit
474474
trace/*
475+
.gdbguest

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"Cargo.toml",
44
// guest crates for testing, not part of the workspace
55
"src/tests/rust_guests/simpleguest/Cargo.toml",
6-
]
6+
],
7+
// Enable features in rust analyzer here
8+
"rust-analyzer.cargo.features": [
9+
// "gdb",
10+
// "kvm"
11+
],
712
}

0 commit comments

Comments
 (0)