adding latest changes

This commit is contained in:
dtomlinson@panaetius.co.uk
2019-12-05 03:48:22 +00:00
committed by dtomlinson
parent 28fc65dce0
commit 033a90ca16
3 changed files with 19 additions and 8 deletions

View File

@@ -32,14 +32,19 @@
"anaconda_linting": false,
"convert_tabspaces_on_save": false,
"debug.configurations":
[
{
"name": "Python Debug",
"program": "${file}",
"request": "launch",
"type": "python"
}
],
[
{
"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"