Skip to content

Commit

Permalink
Updated readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Feb 7, 2016
1 parent 7c08d0c commit c450e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Works on both Windows and Mac.
## Issues and Feature Requests
[Github Issues](https://github.com/DonJayamanne/pythonVSCode/issues)
* Remote Debugging (coming soon)
* Debugger will break at all exceptions even when handled in Try..Except

## Feature Details (with confiuration)
* IDE Features
Expand Down Expand Up @@ -96,6 +97,9 @@ Works on both Windows and Mac.

## Change Log

### Version 0.2.3
* Fixed termination of debugger

### Version 0.2.2
* Improved debugger for Mac, with support for Multi threading, Web Applications, expanding properties, etc
* (Debugging now works on both Windows and Mac)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
"version": "0.2.2",
"version": "0.2.3",
"publisher": "donjayamanne",
"license": "SEE LICENSE IN LICENSE or README.MD",
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",
Expand Down

0 comments on commit c450e67

Please sign in to comment.