Merge pull request #172 from spacedriveapp/remove-rust-cosmetic-opts

Remvoe rust-analyzer cosmetic options
This commit is contained in:
Brendan Allan 2022-05-23 10:32:58 +08:00 committed by GitHub
commit 1844a488dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,5 @@
"editor.defaultFormatter": "matklad.rust-analyzer"
},
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.experimental.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false
"rust-analyzer.diagnostics.experimental.enable": false
}