Rocket.Chat/.vscode/settings.json
Rodrigo Nascimento 161813c8f0
feat(E2EEncryption): File encryption support (#32316)
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Marcos Defendi <marcos.defendi@rocket.chat>
2024-06-21 23:06:26 -04:00

39 lines
586 B
JSON

{
"eslint.workingDirectories": [
{
"pattern": "packages/*",
"changeProcessCWD": true
},
{
"pattern": "apps/*",
"changeProcessCWD": true
},
{
"pattern": "ee/apps/*",
"changeProcessCWD": true
},
{
"pattern": "ee/packages/*",
"changeProcessCWD": true
}
],
"typescript.tsdk": "./node_modules/typescript/lib",
"cSpell.words": [
"autotranslate",
"ciphertext",
"Contextualbar",
"fname",
"Gazzodown",
"katex",
"listbox",
"livechat",
"oauthapps",
"omnichannel",
"photoswipe",
"proxify",
"searchbox",
"tmid",
"tshow"
]
}