lyra-wasm-scripting-test/.vscode/settings.json

7 lines
207 B
JSON

{
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.check.extraArgs": [
"--target-dir=target/analyzer"
],
}