eigent/.vscode/settings.json
2025-09-20 01:10:03 +08:00

22 lines
442 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsc.autoDetect": "off",
"json.schemas": [
{
"fileMatch": [
"/*electron-builder.json5",
"/*electron-builder.json"
],
"url": "https://json.schemastore.org/electron-builder"
}
],
"cSpell.words": [
"Eigent"
],
"i18n-ally.localesPaths": [
"backend/lang",
"server/lang",
"src/i18n",
"src/i18n/locales"
]
}