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

@@ -0,0 +1,5 @@
{
"markdown_extensions": [
"markdown.extensions.tables",
]
}

View File

@@ -32,14 +32,19 @@
"anaconda_linting": false, "anaconda_linting": false,
"convert_tabspaces_on_save": false, "convert_tabspaces_on_save": false,
"debug.configurations": "debug.configurations":
[ [
{ {
"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,
"python_interpreter": "$VIRTUAL_ENV/bin/python" "python_interpreter": "$VIRTUAL_ENV/bin/python"

View File

@@ -84,6 +84,7 @@ Deprecated in favour of pudb
- ChangeQuotes - ChangeQuotes
- FixSelectionAfterIndent - FixSelectionAfterIndent
- KeepPastedTextSelected - KeepPastedTextSelected
- Kirikae
## Misc ## Misc