Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bbb551

Browse files
committed
updated version to 0.4.2
1 parent cd4eab7 commit 9bbb551

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ For further information and details continue through to the [documentation](http
9999

100100
## [Change Log](https://github.com/DonJayamanne/pythonVSCode/releases)
101101

102+
### Current Version 0.4.2
103+
* Fix for autocompletion and code navigation with unicode characters [#372](https://github.com/DonJayamanne/pythonVSCode/issues/372), [#364](https://github.com/DonJayamanne/pythonVSCode/issues/364)
104+
102105
### Current Version 0.4.1
103106
* Debugging of [Django templates](https://github.com/DonJayamanne/pythonVSCode/wiki/Debugging-Django#templates)
104107
* Linting with [mypy](https://github.com/DonJayamanne/pythonVSCode/wiki/Linting#mypy)

package.json

+1-1
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, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter) and more.",
5-
"version": "0.4.1",
5+
"version": "0.4.2",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)