adding latest changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user