Improve DevX

This commit is contained in:
Andras Schmelczer 2025-07-06 11:55:54 +01:00
parent 24e027517f
commit d40d5b9bb0
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -5,5 +5,8 @@
"**/dist": true, // webpack build directory
"pkg": true, // wasm-pack build directory
"target": true, // rust build directory
}
}
},
"rust-analyzer.cargo.features": [
"all"
]
}