Skip to content

Commit 9101721

Browse files
committed
revert .vscode/settings.json
1 parent e72e166 commit 9101721

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.vscode/settings.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
2-
// "rust-analyzer.cargo.allTargets": true,
3-
// "rust-analyzer.cargo.features": "all",
4-
"rust-analyzer.cargo.target": "wasm32-unknown-unknown", //////////////// DO NOT MERGE
5-
"rust-analyzer.cargo.allTargets": false, ///////// DO NOT MERGE
6-
// "rust-analyzer.cargo.features": "all",
7-
// "rust-analyzer.cargo.features": ["opfs"],
8-
"rust-analyzer.cargo.features": [
9-
"services-opfs"
10-
],
2+
"rust-analyzer.cargo.allTargets": true,
3+
"rust-analyzer.cargo.features": "all",
114
"rust-analyzer.procMacro.ignored": {
125
"napi-derive": [
136
"napi"

0 commit comments

Comments
 (0)