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

7 lines
207 B
JSON
Raw Normal View History

2024-04-11 19:03:39 -04:00
{
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.check.extraArgs": [
"--target-dir=target/analyzer"
],
2024-04-11 19:03:39 -04:00
}