Fix invalid rust-analyzer option (#3972)

This commit is contained in:
Abdo 2025-05-05 10:25:11 +03:00 committed by GitHub
parent a66f8b2b5f
commit 0277721280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
"python.analysis.diagnosticSeverityOverrides": { "python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none" "reportMissingModuleSource": "none"
}, },
"rust-analyzer.checkOnSave.allTargets": false, "rust-analyzer.check.allTargets": false,
"rust-analyzer.files.excludeDirs": [".bazel", "node_modules"], "rust-analyzer.files.excludeDirs": [".bazel", "node_modules"],
"rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.enable": true,
// this formats 'use' blocks in a nicer way, but requires you to run // this formats 'use' blocks in a nicer way, but requires you to run