Newer
Older
adaptive-nback / .vscode / settings.json
{
  "files.exclude": {
    "**/.git": true,
    "**/.DS_Store": true,
    "**/*.pyc": true,
    "**/__pycache__": true
  },
  "python.pythonPath": "/Users/morteza/miniconda3/bin/python",
  "python.autoComplete.extraPaths": [".", "./tests","./generators"]
}