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

Skip to content

Commit c9d65ef

Browse files
committed
new build
1 parent e114433 commit c9d65ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we
103103

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

106-
### Current Version 0.3.20
106+
### Current Version 0.3.21
107107
* Sharing python.pythonPath value with debug configuration [#214](https://github.com/DonJayamanne/pythonVSCode/issues/214) and [#183](https://github.com/DonJayamanne/pythonVSCode/issues/183)
108108
* Support extract variable and method refactoring [#220](https://github.com/DonJayamanne/pythonVSCode/issues/220)
109109
* Support environment variables in settings [#148](https://github.com/DonJayamanne/pythonVSCode/issues/148)
@@ -116,6 +116,7 @@ Your feedback is crucial in prioritizing the items and in determining whether we
116116
* Resolved issue to support large debug outputs [#52](https://github.com/DonJayamanne/pythonVSCode/issues/52) and [#52](https://github.com/DonJayamanne/pythonVSCode/issues/203)
117117
* Handling instances when debugging with invalid paths to the python interpreter [#229](https://github.com/DonJayamanne/pythonVSCode/issues/229)
118118
* Fixed refactoring on Python 3.5 [#244](https://github.com/DonJayamanne/pythonVSCode/issues/244)
119+
* Fixed parsing errors when refactoring [#244](https://github.com/DonJayamanne/pythonVSCode/issues/244)
119120

120121
## Source
121122

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, snippets, and more.",
5-
"version": "0.3.20",
5+
"version": "0.3.21",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)