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

Skip to content

Tags: rrmistry/vscode-python

Tags

2019.6.22090

Toggle 2019.6.22090's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates for the 2019.6.0 release. (microsoft#6327)

(for microsoft#5825)

2019.5.18875

Toggle 2019.5.18875'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 fixes for debugger and activation of environments (m…

…icrosoft#5939)

* Fixes to activation of Conda environments (microsoft#5934)

* Disable quoting paths sent to the debugger as args (microsoft#5936)

* Disable quoting paths sent to the debugger as args

* Remove unnecessary class

* Fix typo

* Fixes to tests

* Update version for new point release

2019.5.18678

Toggle 2019.5.18678's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
May point release with fixes for shell detection (microsoft#5925)

* Fixes
* Rename news file
* New point release

2019.5.18426

Toggle 2019.5.18426'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 changes to identification of shell (microsoft#5898)

2019.5.17517

Toggle 2019.5.17517's commit message

Verified

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

* Revert "Ensure using request: launch item in launch.json for debugging sends pathmappings (microsoft#5552)"

This reverts commit 1fad96f.

* Update change log

* Update version numbers

2019.5.17059

Toggle 2019.5.17059's commit message

Verified

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

2019.4.12954

Toggle 2019.4.12954's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update release date

2019.4.11987

Toggle 2019.4.11987's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

2019.4.11881

Toggle 2019.4.11881's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes to creation of json for Language Server (microsoft#5436)

For microsoft#5043

<!--
  If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.:
    - [x] ~Has unit tests & system/integration tests~
-->
- [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
- [x] Title summarizes what is changing
- [n/a] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!)
- [n/a] Has sufficient logging.
- [n/a] Has telemetry for enhancements.
- [x] Unit tests & system/integration tests are added/updated
- [n/a] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate
- [n/a] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed)
- [n/a] The wiki is updated with any design decisions/details.

2019.3.6558

Toggle 2019.3.6558's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Ignore the extension's Python files when debugging. (microsoft#5103)

(for microsoft#3201)