1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

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

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"]
}