TidGi-Desktop/.vscode/settings.json
lin onetwo 4228e32408
Fix/sync sub wiki (#672)
* fix: sub workspace not synced

* feat: show icon on unpushed commit, and refactor git ops to single method

* feat: i18n for sync snackbar

* refactor: split src/windows/GitLog/index.tsx

* fix: build oom

* Update release.yml
2025-12-17 22:08:26 +08:00

44 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",
"unpushed",
"wouter"
],
"i18n-ally.sourceLanguage": "zh-Hans",
"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": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
}