Add rust analyzer support for desktop-native (#8830)

This commit is contained in:
Daniel García 2024-04-22 18:58:29 +02:00 committed by GitHub
parent b395cb40a7
commit fb211c5fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@
"**/locales/*[^n]/messages.json": true,
"**/_locales/[^e]*/messages.json": true,
"**/_locales/*[^n]/messages.json": true
}
},
"rust-analyzer.linkedProjects": ["apps/desktop/desktop_native/Cargo.toml"]
}