vitesse/.vscode/settings.json
2021-02-16 12:38:22 +08:00

12 lines
256 B
JSON

{
"volar.tsPlugin": true,
"i18n-ally.localesPaths": "locales",
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"cSpell.words": [
"Vitesse"
],
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPluginStatus": false
}