Skip to content

Tags: cfchan81/vscode-python

Tags

2020.5.86398

Toggle 2020.5.86398's commit message
2020.05.86398

ci-lkg

Toggle ci-lkg's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move general interpreter-related types to a new component source sub-…

…tree. (microsoft#12127)

Move general interpreter-related types to a new component source sub-tree.
This is the initial work to isolate the "python environments" component of the extension.

Note that the change only moves code between files.

2020.5.80290

Toggle 2020.5.80290's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry picks and version updates for bug fix release (microsoft#11878)

* Do not execute shebang as an interpreter until user has clicked on the codelens enclosing the shebang (microsoft#11816)

* Do not execute shebang as an interpreter until user has clicked on the codelens enclosing the shebang

* Rename

* Oops

* Update src/test/providers/shebangCodeLenseProvider.unit.test.ts

Co-authored-by: Karthik Nadig <[email protected]>

Co-authored-by: Karthik Nadig <[email protected]>

* Update version and change log for bugfix release

Co-authored-by: Kartik Raj <[email protected]>

2020.5.78807

Toggle 2020.5.78807's commit message
Release version 2020.5.78807

2020.4.76186

Toggle 2020.4.76186's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
only close interactive session on interactive window close (microsoft…

…#11405) (microsoft#11437)

* only close interactive session on interactive window close (microsoft#11405)

2020.4.74986

Toggle 2020.4.74986's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version and change log for release (microsoft#11279)

* Update version

* Update change logs

2020.3.71659

Toggle 2020.3.71659's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update debugpy to latest (microsoft#10935)

2020.3.71113

Toggle 2020.3.71113's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set permissions to conda folder (microsoft#10880)

* Set permissions to conda folder

* Update change log

2020.3.69010

Toggle 2020.3.69010's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version and change log (microsoft#10662)

* Update version and change log

* Fix flakey file system tests (microsoft#10541)

Co-authored-by: Rich Chiodo <[email protected]>

2020.2.64397

Toggle 2020.2.64397's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Point release with fix for Issue 10250 (microsoft#10254)

* Fix to return env variables of interpreter that is not current interpreter (microsoft#10251)
For #10250
* Bug fix
* Update change log
* Fix date
* Oops
* Fix linter