{ "build_systems": [ { "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "name": "Anaconda Python Builder", "selector": "source.python", "shell_cmd": "\"python\" -u \"$file\"" } ], "folders": [ { "path": "/home/dtomlinson/projects" } ], "settings": { "LSP": { "pyls": { "enabled": true, "env": { "PYTHONPATH": "$VIRTUAL_ENV/bin/python" } } }, "SublimeLinter.linters.pycodestyle.disable": true, "SublimeLinter.linters.pyflakes.disable": true, "anaconda_linting": false, "convert_tabspaces_on_save": false, "debug.configurations": [ { "name": "Python Debug", "program": "${file}", "request": "launch", "type": "python" } ], "enable_signatures_tooltip": true, "merge_signatures_and_doc": false, "python_interpreter": "$VIRTUAL_ENV/bin/python" }, "virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning" }