Newer
Older
CrypticOreWallet / .vscode / settings.json
@Drew Lemmy Drew Lemmy on 24 Mar 2021 1 KB chore: improve build process
{
  "cSpell.words": [
    "AGPL",
    "Algo",
    "Authed",
    "Authorise",
    "Debounces",
    "Inequal",
    "KRISTWALLET",
    "KRISTWALLETEXTENSION",
    "Lemmy",
    "Lngs",
    "Lyqydate",
    "Mutex",
    "Notif",
    "Popconfirm",
    "Precache",
    "Sider",
    "Syncable",
    "Transpiler",
    "UNSYNC",
    "Voronoi",
    "Websockets",
    "antd",
    "anticon",
    "appendhashes",
    "arraybuffer",
    "authorised",
    "behaviour",
    "btns",
    "categorised",
    "chartjs",
    "clientside",
    "commithash",
    "commonmeta",
    "compat",
    "cryptocurrency",
    "desaturate",
    "dont",
    "firstseen",
    "initialising",
    "jwalelset",
    "languagedetector",
    "linkify",
    "localisation",
    "masterkey",
    "memoises",
    "metaname",
    "mgmt",
    "middot",
    "midiots",
    "motd",
    "multiline",
    "optimisation",
    "personalise",
    "pkgbuild",
    "pnpm",
    "precaching",
    "privatekeys",
    "readonly",
    "serialisable",
    "serialised",
    "shallowequal",
    "singleline",
    "submenu",
    "summarising",
    "testid",
    "timeago",
    "totalin",
    "totalout",
    "treenode",
    "tsdoc",
    "typeahead",
    "uncategorised",
    "unmount",
    "unmounting",
    "unregistering",
    "unsyncable",
    "whatsnew"
  ],
  "i18next.defaultTranslatedLocale": "en",
  "i18next.i18nPaths": "public/locales",
  "files.associations": {
    "public/locales/**.json": "json5"
  }
}