Skip to content

Releases: microsoft/vscode-python

2018.6.0

20 Jun 19:21
0907018
Compare
Choose a tag to compare
2018.6.0 final release (#2020)

2018.5.0

05 Jun 19:13
90cf55c
Compare
Choose a tag to compare
Final release preparations (#1866)

2018.4.0

02 May 18:34
a8f2df6
Compare
Choose a tag to compare
Bump to final for 2018.4.0 (#1562)

2018.3.0

29 Mar 18:28
0759f88
Compare
Choose a tag to compare
2018.3.0 release details (#1227)

Hotfix for Pipfile case-sensitivity detection

09 Mar 18:24
Compare
Choose a tag to compare
Cherry-pick Pipfile detection fix for 2018.2.1 (#1002)

* Detect pipenv by looking for Pipfile, not pipfile (#994)

On platforms with case-sensitive filesystems, like Linux, these are not
equivalent. pipenv documents that the file should be called Pipfile[0]
and `Pipfile.find()` only finds files matching this exact case[1].

As a result, even if `pipenv --venv` in `cwd` would return success, it
will never be run on Linux, and Code never detects the pipenv. (You can
work around this with `touch pipfile`.) With this change, it's detected
successfully. I believe there's no need to add a backwards-compatibility
check for the old case, because on platforms where the old, incorrect
check worked, so will the new, correct one.

[0] https://docs.pipenv.org/basics/#example-pipfile-pipfile-lock
[1] https:/pypa/pipfile/blob/5acb9ac7/pipfile/api.py#L76-L85

* Prep for 2018.2.1

2018.2.0

08 Mar 19:16
3f777f6
Compare
Choose a tag to compare
Prep for the February release (#968)

* Bump the version to 2018.2.0
* Update the changelog

2018.1.0

01 Feb 20:21
3526755
Compare
Choose a tag to compare
Prep for 2018.1 final (#683)

* Bump version number to final

* Add release date

* Mention the cached interpreter change

0.9.1

01 Feb 20:20
9af044b
Compare
Choose a tag to compare
Merge branch 'master' into Release-0.9.1

0.9.0

01 Feb 20:19
Compare
Choose a tag to compare
Merge remote-tracking branch 'upstream/master'

* upstream/master:
  Update the TPN (#415)
  0.9.0 release details (#407)