Created
December 18, 2023 02:53
-
-
Save onkoe/c83d82520f1bfead8c855ab47f4714ef to your computer and use it in GitHub Desktop.
rust-analyzer vscode settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"rust-analyzer.cargo.features": "all", | |
"rust-analyzer.check.command": "clippy", | |
"rust-analyzer.files.excludeDirs": ["/.flatpak_builder/"], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment