updating to latest config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user