Files
sublime/Projects/base.sublime-project
2019-12-10 03:07:05 +00:00

56 lines
1.6 KiB
Plaintext

{
"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",
"type": "python",
"request": "launch",
"program": "${file}",
"osx": {
"pythonPath": "/Users/dtomlinson/.virtualenvs/netacea-slackbot/bin/python",
// "envFile": "/Users/dtomlinson/git-repos/python-MAC/netacea-slackbot/env",
},
},
],
"debug.ui_scale": "14",
"debug.open_at_startup": false,
"enable_signatures_tooltip": true,
"merge_signatures_and_doc": false,
"python_interpreter": "$VIRTUAL_ENV/bin/python"
},
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
}