{
  "folders": [
    {
      "path": ".",
    },
    {
      "path": "cmf",
    },
    {
      "path": "../eva-converter",
    },
    {
      "path": "../bin",
    },
    {
      "path": "../wsgidav",
    },
    {
      "path": "../rdisk",
    },
    {
      "path": "../../root",
    },
    {
      "name": "api-angular",
      "path": "modules/api/angular",
    },
    {
      "name": "common-angular",
      "path": "common/angular",
    },
    {
      "path": "../eva-dev",
    },
  ],
  "settings": {
    "git.ignoreLimitWarning": true,
    "typescript.tsdk": "eva-app/node_modules/typescript/lib",
    "eslint.nodeEnv": {
      "NODE_OPTIONS": "--max-old-space-size=8196",
    },
    "python.testing.pytestEnabled": true,
    "python.testing.unittestEnabled": false,
    "python.testing.pytestArgs": [
      "tests",
      "-c",
      "pytest.ini",
      "-v"
    ],
    "python.testing.cwd": "${workspaceFolder}",
    "python.testing.autoTestDiscoverOnSaveEnabled": true,
    "workbench.view.testing.alwaysShowWelcome": false,
    "testing.openTesting": "neverOpen",
    "testing.followRunningTest": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": "explicit",
    },
    "files.watcherExclude": {
      "**/bower_components/**": true,
      "**/dist/**": true,
      "**/tmp/**": true,
    },
    "files.exclude": {
      "**/bower_components": true,
      "**/dist": true,
      "**/node_modules": true,
      "**/tmp": true,
    },
    "eslint.validate": ["typescript", "html"],
    "scss.validate": false,
    "css.validate": false,
    "stylelint.validate": ["scss"],
    "[scss]": {
      "editor.defaultFormatter": "stylelint.vscode-stylelint",
    },
    "testing.automaticallyOpenTestResults": "neverOpen",
  },
  "extensions": {
    "recommendations": [
      "angular.ng-template",
      "ms-python.python",
      "ms-python.vscode-pylance",
      "dbaeumer.vscode-eslint",
      "eamodio.gitlens",
      "streetsidesoftware.code-spell-checker",
      "donjayamanne.gitHistory",
      "ms-python.pylint",
      "streetsidesoftware.code-spell-checker-russian",
      "njpwerner.autodocstring",
    ],
  },
}

