Newer
Older
CrypticOreWallet / .vscode / settings.json
@Drew Lemmy Drew Lemmy on 5 Sep 2020 301 bytes feat: master password dialog
{
  "favorites.resources": [
    "node_modules/bootstrap/scss"
  ],
  "scss.aliasPaths": {
    "scss": "src/scss",
    "fontello": "src/fontello",
  },
  "cSpell.words": [
    "Transpiler",
    "arraybuffer",
    "esnext",
    "firstseen",
    "formik",
    "keepalive",
    "motd",
    "tsdoc"
  ],
}