From 6b6110d353bc4edc0670798cb8a416d7842c2d1c Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Sun, 7 Jul 2024 11:18:04 -0700 Subject: [PATCH 1/3] Add `.vscode/settings.json` --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json 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 From 28d08f72e9811a8d43b74f23b1238f943f76a95a Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Sun, 7 Jul 2024 11:29:43 -0700 Subject: [PATCH 2/3] Update .vscode/settings.json Co-authored-by: Jan Hohenheim --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 81feb16c..d4a4be0d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { // Allow `rust-analyzer` and `cargo` to run simultaneously. - // This uses a heavy amount of storage space, so consider commenting it out. + // This uses extra storage space, so consider commenting it out. "rust-analyzer.cargo.targetDir": true } \ No newline at end of file From 8e0422e77540bc191af19acdfb4ee42093408f47 Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Sun, 7 Jul 2024 11:40:08 -0700 Subject: [PATCH 3/3] Apply editorconfig formatting --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d4a4be0d..1da20750 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,4 +2,4 @@ // Allow `rust-analyzer` and `cargo` to run simultaneously. // This uses extra storage space, so consider commenting it out. "rust-analyzer.cargo.targetDir": true -} \ No newline at end of file +}