Skip to content

Commit 7a2fe0c

Browse files
OttoAllmendingerllm-git
andcommitted
chore(wasm-utxo): add VSCode settings for development
Configure mocha explorer, rust-analyzer, and makefile settings for better developer experience. Issue: BTC-0 Co-authored-by: llm-git <[email protected]>
1 parent 025da4c commit 7a2fe0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)