diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..81feb16c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + // Allow `rust-analyzer` and `cargo` to run simultaneously. + // This uses a heavy amount of storage space, so consider commenting it out. + "rust-analyzer.cargo.targetDir": true +} \ No newline at end of file