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

Skip to content

Tags: netbub/vscode-python

Tags

2018.9.0

Toggle 2018.9.0's commit message
typo file -> filed (microsoft#2810)

2018.8.0

Toggle 2018.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update changelog with last-minute fix (microsoft#2485)

2018.7.1

Toggle 2018.7.1's commit message

Verified

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

* Bump version number

* Touch up news entries

* Update changelog

* 2018.7.1 release for new language server

2018.7.0

Toggle 2018.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move service registrations from debug adapter host to extension host (m…

…icrosoft#2193)

Fixes microsoft#2191

2018.6.0

Toggle 2018.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2018.6.0 final release (microsoft#2020)

2018.5.0

Toggle 2018.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Final release preparations (microsoft#1866)

2018.4.0

Toggle 2018.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to final for 2018.4.0 (microsoft#1562)

2018.3.0

Toggle 2018.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2018.3.0 release details (microsoft#1227)

2018.2.1

Toggle 2018.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Cherry-pick Pipfile detection fix for 2018.2.1 (microsoft#1002)

* Detect pipenv by looking for Pipfile, not pipfile (microsoft#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://github.com/pypa/pipfile/blob/5acb9ac7/pipfile/api.py#L76-L85

* Prep for 2018.2.1

2018.2.0

Toggle 2018.2.0's commit message

Verified

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

* Bump the version to 2018.2.0
* Update the changelog