updating to latest config

This commit is contained in:
dtomlinson@panaetius.co.uk
2019-12-02 00:04:15 +00:00
parent 21c726f557
commit 27823104f3
9 changed files with 229 additions and 52 deletions

View File

@@ -16,14 +16,33 @@
],
"settings":
{
"SublimeLinter.linters.pycodestyle.disable": false,
"SublimeLinter.linters.pyflakes.disable": false,
"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": true,
"python_interpreter": "$VIRTUAL_ENV/bin/python3",
"merge_signatures_and_doc": false,
"python_interpreter": "$VIRTUAL_ENV/bin/python"
},
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
}