Skip to content

Commit d00b1f2

Browse files
committed
updated to version 0.3.11 and readme with relevant details
1 parent 4b7d751 commit d00b1f2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-comple
66
* Install the extension
77
* If not using [Virtual Environments](https://virtualenv.readthedocs.org/) and the Python executable isn't located in the current path, then [configure the path](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version) to the python executable.
88
* If using [Virtual Environments](https://virtualenv.readthedocs.org/), you could either:
9-
+ Activate the virtual environment from within your terminal/command window and then launch VS Code (see [wiki](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version#virtual-environments)).
9+
+ Close all instances of VS Code, and activate the virtual environment from within your terminal/command window and then launch VS Code (see [wiki](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version#virtual-environments)).
1010
+ Or manually [configure the paths](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version).
1111

1212
###[Troubleshooting guide](https://github.com/DonJayamanne/pythonVSCode/wiki/Troubleshooting)
@@ -124,6 +124,15 @@ Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-comple
124124

125125
## Change Log
126126

127+
### Version 0.3.11
128+
* Added support for telemetry [#156](https://github.com/DonJayamanne/pythonVSCode/issues/156)
129+
* Optimized code formatting and sorting of imports [#150](https://github.com/DonJayamanne/pythonVSCode/issues/150), [#151](https://github.com/DonJayamanne/pythonVSCode/issues/151), [#157](https://github.com/DonJayamanne/pythonVSCode/issues/157)
130+
* Fixed issues in code formatting [#171](https://github.com/DonJayamanne/pythonVSCode/issues/171)
131+
* Modifications to display errors returned by debugger [#111](https://github.com/DonJayamanne/pythonVSCode/issues/111)
132+
* Fixed the prospector linter [#142](https://github.com/DonJayamanne/pythonVSCode/issues/142)
133+
* Modified to resolve issues where debugger wasn't handling code exceptions correctly [#159](https://github.com/DonJayamanne/pythonVSCode/issues/159)
134+
* Added support for unit tests using pytest [#164](https://github.com/DonJayamanne/pythonVSCode/issues/164)
135+
127136
### Version 0.3.10
128137
* Fixed issue with duplicate output channels being created
129138
* Fixed issues in the LICENSE file

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.10",
5+
"version": "0.3.11",
66
"publisher": "donjayamanne",
77
"license": "MIT",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)