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.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev/configs/rust-analyzer.json b/dev/configs/rust-analyzer.json
new file mode 100644
index 0000000..ebc1ffe
--- /dev/null
+++ b/dev/configs/rust-analyzer.json
@@ -0,0 +1,14 @@
+{
+ "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",
+ "mingling_cli/Cargo.toml"
+ ],
+ "rust-analyzer.cargo.features": [],
+ "rust-analyzer.procMacro.enable": true,
+ "rust-analyzer.procMacro.attributes.enable": true
+}