From c69b56257d102a75b5c3066d357d55ab27b9aeff Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 28 Jun 2023 21:47:27 +0400 Subject: [PATCH] Remove VSC settings --- .vscode/settings.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 431f0a6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "rust-analyzer.linkedProjects": [ - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml", - "./Cargo.toml" - ], - "docwriter.style": "RustDoc" -} \ No newline at end of file