Skip to content

Tags: nyuxiao/vscode-python

Tags

v2025.0.0

Toggle v2025.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
finalized release for 2025.0 (microsoft#24793) 

v2024.22.2

Toggle v2024.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version 2024.22.2 (microsoft#24696) 

v2024.22.1

Toggle v2024.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version for recovery release (microsoft#24651) 

v2024.22.0

Toggle v2024.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version for release (microsoft#24584) 

v2024.20.0

Toggle v2024.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to release (microsoft#7) 

v2024.18.1

Toggle v2024.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick dont automatically inject PYTHONSTARTUP (microsoft#24346) ( …microsoft#24386) Resolves microsoft#24345 and microsoft#24290 and microsoft#24105 remove automatic injection from before so only thing that allows shell integration to user for Python terminal REPL is the setting itself.

v2024.18.0

Toggle v2024.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version for release (microsoft#24370) 

v2024.16.1

Toggle v2024.16.1's commit message
Update version for recovery release 

v2024.16.0

Toggle v2024.16.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Avoid prefixing with home when unnecessary (microsoft#24232) Fixes microsoft#24133 Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>

v2024.14.1

Toggle v2024.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Do not truncate whitespace for multi-line string" (microsoft#… …24096) (microsoft#24099) Reverts microsoft#23977 Have to revert microsoft#23977 with issue: microsoft#23743 due to microsoft#24069 Will revisit why microsoft#23743 is breaking if contained inside other top level (in ast term) code block, and look into how to support microsoft#23743 without breaking.