vitesse/.vscode/settings.json

12 lines
256 B
JSON
Raw Normal View History

2020-08-10 11:17:26 +08:00
{
"volar.tsPlugin": true,
2020-08-10 11:17:26 +08:00
"i18n-ally.localesPaths": "locales",
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
2021-01-07 13:49:19 +08:00
"cSpell.words": [
"Vitesse"
2021-02-14 14:34:06 +08:00
],
2021-02-16 12:38:22 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPluginStatus": false
2021-01-22 18:32:27 +08:00
}