Skip to content

Commit e4d9524

Browse files
committed
updated readme and version
1 parent 727a6e0 commit e4d9524

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ Once installed, do remember to [configure the path](https://github.com/DonJayama
104104

105105
## Change Log
106106

107+
### Version 0.3.4
108+
* Updated snippets
109+
* Fixes to remote debugging [#65](https://github.com/DonJayamanne/pythonVSCode/issues/65)
110+
* Fixes related to code navigation [#58](https://github.com/DonJayamanne/pythonVSCode/issues/58) and [#78](https://github.com/DonJayamanne/pythonVSCode/pull/78)
111+
* Changes to allow code navigation for methods
112+
107113
### Version 0.3.2
108114
* Ability to control how debugger breaks into exceptions raised (always break, never break or only break if unhandled)
109115
* Disabled displaying of errors, as there are a few instances when errors are displayed in the IDE when not required

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, remote), Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
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)