Skip to content

Commit 7fd630d

Browse files
committed
Add rust-analyzer config
1 parent 2941ff3 commit 7fd630d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.cargo.features": ["relaxed-idb"]
3+
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ targets = ["wasm32-unknown-unknown"]
6161

6262
[workspace]
6363
resolver = "2"
64+
exclude = ["examples/custom-libc"]
6465
members = [
6566
"crates/sqlite-wasm-libc",
66-
"examples/custom-libc",
6767
"examples/implement-a-vfs",
6868
"examples/nodejs"
6969
]

0 commit comments

Comments
 (0)