cryptgeon/cryptgeon.code-workspace

17 lines
312 B
Plaintext
Raw Normal View History

2022-12-26 18:00:00 +01:00
{
"folders": [
{
"path": "."
},
{
"path": "packages/backend"
}
],
"settings": {
"cSpell.words": ["ciphertext", "cryptgeon"],
"i18n-ally.enabledFrameworks": ["svelte"],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["packages/frontend/locales"]
}
}