Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bumped version and minor changes to keywords
  • Loading branch information
DonJayamanne committed Nov 7, 2017
commit 829ccfba4d5fbb921e4fd83808d85eb5b4528cd7
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.",
"version": "0.7.0",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "0.8.0",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand All @@ -22,16 +22,14 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.17.0"
"vscode": "^1.18.0"
},
"recommendations": [
"donjayamanne.jupyter"
],
"keywords": [
"python",
"jupyter",
"django",
"debugger",
"unittest",
"multi-root ready"
],
Expand Down