{
  "mocha.requires": ["mocha-steps"],
  "mocha.options": {
    "timeout": 600000
  },
  "mocha.files.glob": "tests/**/*.test.mjs",
  "mocha.parallelTests": 5,
  "mocha.sideBarOptions": {
    "lens": false,
    "decoration": false,
    "showDebugTestStatus": false
  },
  "mochaExplorer.logpanel": true,
  "mochaExplorer.files": "tests/**/*.test.mjs",
  "mochaExplorer.require": ["esm"],
  "cSpell.words": [
    "CMDOUTPUT",
    "Chainable",
    "Deletable",
    "Dont",
    "Eibit",
    "Fdoes",
    "Fexist",
    "Fnot",
    "Gibit",
    "HELLOBOB",
    "Journaling",
    "KTGMB",
    "Kibit",
    "LSATTRFAILED",
    "Mibit",
    "Mixins",
    "Normalise",
    "Normaliser",
    "Pibit",
    "REGIONALISATION",
    "RPASSWORD",
    "STATFAILED",
    "Tbit",
    "Tibit",
    "amin",
    "badfiles",
    "canonicalize",
    "canonicalized",
    "chgrp",
    "cmdline",
    "cmin",
    "commandline",
    "comms",
    "deasync",
    "errback",
    "errbacks",
    "etag",
    "fastify",
    "finalise",
    "gio'ed",
    "iname",
    "inode",
    "inum",
    "iregex",
    "lsattr",
    "lsattr'ed",
    "maxdepth",
    "maxsize",
    "mkfifo",
    "mmin",
    "nogroup",
    "nouser",
    "octals",
    "passwd",
    "printf",
    "rcwd",
    "readlinks",
    "regexs",
    "rsync",
    "rtst",
    "rwfile",
    "rwxrwxrwx",
    "selfsigned",
    "simlnk",
    "someuser",
    "srvr",
    "startcmd",
    "stat'ed",
    "testusr",
    "trevthedev",
    "usec",
    "whoami",
    "whoamitst"
  ],
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "spellright.language": ["English (American)", "English (Australian)"],
  "spellright.documentTypes": ["markdown", "latex", "plaintext", "javascript"],
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "cSpell.ignoreWords": ["this"]
}
