adding latest changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"markdown_extensions": [
|
||||
"markdown.extensions.tables",
|
||||
]
|
||||
}
|
||||
@@ -35,10 +35,15 @@
|
||||
[
|
||||
{
|
||||
"name": "Python Debug",
|
||||
"program": "${file}",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"type": "python"
|
||||
}
|
||||
"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,
|
||||
|
||||
@@ -84,6 +84,7 @@ Deprecated in favour of pudb
|
||||
- ChangeQuotes
|
||||
- FixSelectionAfterIndent
|
||||
- KeepPastedTextSelected
|
||||
- Kirikae
|
||||
|
||||
## Misc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user