Improve DevX
This commit is contained in:
parent
24e027517f
commit
d40d5b9bb0
1 changed files with 5 additions and 2 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -5,5 +5,8 @@
|
||||||
"**/dist": true, // webpack build directory
|
"**/dist": true, // webpack build directory
|
||||||
"pkg": true, // wasm-pack build directory
|
"pkg": true, // wasm-pack build directory
|
||||||
"target": true, // rust build directory
|
"target": true, // rust build directory
|
||||||
}
|
},
|
||||||
}
|
"rust-analyzer.cargo.features": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue