TidGi-Desktop/.vscode/settings.json
2025-04-10 20:07:32 +08:00

43 lines
1 KiB
JSON

{
"cSpell.words": [
"addprefix",
"Asyncify",
"Autolayout",
"autolayouter",
"commandpalette",
"dugite",
"fullscreenable",
"gitee",
"HTTPAPI",
"IIFE",
"Layouter",
"maximizable",
"minimizable",
"osascript",
"Rwkv",
"submenu",
"subwiki",
"subwiki's",
"tagtree",
"tiddlygit",
"tiddlywiki's",
"tidgi",
"wouter"
],
"i18n-ally.sourceLanguage": "zh",
"i18n-ally.localesPaths": "localization/locales",
"i18n-ally.namespace": false,
"i18n-ally.review.user.name": "{locale}/{namespaces}.json",
"i18n-ally.enabledFrameworks": ["i18next", "react"],
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.localeCountryMap": {
"en": "br", // show UK's flag instead of US's
"zh": "cn", // show Chinese flag for 'zh'
"ko": "ko", // show Korean flag for 'ko'
},
"i18n-ally.keySeparator": ".",
"prettier.printWidth": 160,
"i18n-ally.keystyle": "nested",
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
}