Skip to content

Commit c450e67

Browse files
committed
Updated readme and version
1 parent 7c08d0c commit c450e67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Works on both Windows and Mac.
1717
## Issues and Feature Requests
1818
[Github Issues](https://github.com/DonJayamanne/pythonVSCode/issues)
1919
* Remote Debugging (coming soon)
20+
* Debugger will break at all exceptions even when handled in Try..Except
2021

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

9798
## Change Log
9899

100+
### Version 0.2.3
101+
* Fixed termination of debugger
102+
99103
### Version 0.2.2
100104
* Improved debugger for Mac, with support for Multi threading, Web Applications, expanding properties, etc
101105
* (Debugging now works on both Windows and Mac)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded), Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"publisher": "donjayamanne",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)