Files
sublime/Projects/base.sublime-project
dtomlinson@panaetius.co.uk 27823104f3 updating to latest config
2019-12-02 00:04:15 +00:00

49 lines
1.2 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",
"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"
}