mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
52c9fcb936
* update vscode search excludes config to only show en locale * update messages.json on desktop and browser
10 lines
287 B
JSON
10 lines
287 B
JSON
{
|
|
"cSpell.words": ["Csprng", "decryptable", "Popout", "Reprompt", "takeuntil"],
|
|
"search.exclude": {
|
|
"**/locales/[^e]*/messages.json": true,
|
|
"**/locales/*[^n]/messages.json": true,
|
|
"**/_locales/[^e]*/messages.json": true,
|
|
"**/_locales/*[^n]/messages.json": true
|
|
}
|
|
}
|