We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565932a commit 2956673Copy full SHA for 2956673
.vscode/settings.json
@@ -1,5 +1,12 @@
1
{
2
"rust-analyzer.linkedProjects": ["./Cargo.toml"],
3
+ "rust-analyzer.files.exclude": [
4
+ ".flatpak-builder",
5
+ "flatpak-builder-tools",
6
+ "repo",
7
+ "flatpak-out",
8
+ "flatpak-repo"
9
+ ],
10
"files.watcherExclude": {
11
".flatpak-builder": true,
12
"flatpak-builder-tools": true,
0 commit comments