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