iterative/vscode-dvc

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
  "search.exclude": {
    "extension/out": true
  },
  "css.validate": false,
  "less.validate": false,
  "scss.validate": false,
  "stylelint.configFile": "./webview/.stylelintrc.js",
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "prettier.configPath": ".prettierrc.json",
  "editor.tabSize": 2,
  "typescript.updateImportsOnFileMove.enabled": "prompt",
  "npm.exclude": ["**/{demo,.wdio*}/**"],
  "cSpell.words": [
    "appdirs",
    "camelcase",
    "chokidar",
    "Codespaces",
    "conda",
    "datapoint",
    "datapoints",
    "Decoratable",
    "dvcignore",
    "DVCLIVE",
    "DVCPATH",
    "execa",
    "featurize",
    "hardlinks",
    "Interactors",
    "isat",
    "isdir",
    "isempty",
    "isequal",
    "isexec",
    "isout",
    "lintstagedrc",
    "MNIST",
    "nfiles",
    "pseudoterminal",
    "PYTHONPATH",
    "rwlock",
    "sonarjs",
    "spyable",
    "stackframe",
    "subdir",
    "submodules",
    "symlinked",
    "toplevel",
    "treeish",
    "unaddable",
    "uncommit",
    "uniqwith",
    "unmerge",
    "unprotect",
    "unshallow",
    "unstage",
    "untrack",
    "untracked",
    "venv",
    "virtualenv",
    "walkthrough",
    "walkthroughs"
  ]
}