Update recommended VSCode settings

This commit is contained in:
Jonas Platte 2020-12-02 19:20:57 +01:00
parent 8427f51ebd
commit a315e6d6cd
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,6 +1,5 @@
{ {
// rust-analyzer can't currently handle macro-generated types // enable proc-macro support in rust-analyzer
"rust-analyzer.diagnostics.disabled": [ "rust-analyzer.cargo.loadOutDirsFromCheck": true,
"unresolved-import" "rust-analyzer.procMacro.enable": true
]
} }