54 lines
1.6 KiB
Plaintext
54 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",
|
|
},
|
|
},
|
|
|
|
],
|
|
"enable_signatures_tooltip": true,
|
|
"merge_signatures_and_doc": false,
|
|
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
|
},
|
|
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
|
|
}
|