We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025da4c commit 7a2fe0cCopy full SHA for 7a2fe0c
1 file changed
packages/wasm-utxo/.vscode/settings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "makefile.configureOnOpen": false,
3
+ "mochaExplorer.files": "test/**/*.ts",
4
+ "mochaExplorer.logpanel": true,
5
+ "mochaExplorer.esmLoader": true,
6
+ "mochaExplorer.nodeArgv": ["--import=tsx/esm", "--experimental-wasm-modules"],
7
+ "rust-analyzer.check.command": "clippy",
8
+ "rust-analyzer.check.extraArgs": ["--", "-W", "clippy::all"]
9
+}
0 commit comments