aboutsummaryrefslogtreecommitdiff
path: root/dev/configs/rust-analyzer.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/configs/rust-analyzer.json')
-rw-r--r--dev/configs/rust-analyzer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/configs/rust-analyzer.json b/dev/configs/rust-analyzer.json
new file mode 100644
index 0000000..ab97bf7
--- /dev/null
+++ b/dev/configs/rust-analyzer.json
@@ -0,0 +1,16 @@
+{
+ "rust-analyzer.check.command": "clippy",
+ "rust-analyzer.checkOnSave": true,
+ "rust-analyzer.files.exclude": ["**/target/**", "**/.temp/**"],
+ "rust-analyzer.linkedProjects": [
+ ".run/Cargo.toml",
+ "dev/ci/Cargo.toml",
+ "mingling_pathf/test/Cargo.toml",
+ "arg_picker/Cargo.toml",
+ "arg_picker/test/Cargo.toml",
+ "mingling_cli/Cargo.toml"
+ ],
+ "rust-analyzer.cargo.features": [],
+ "rust-analyzer.procMacro.enable": true,
+ "rust-analyzer.procMacro.attributes.enable": true
+}