Skip to content

Releases: microsoft/vscode-python

2023.14.0

03 Aug 20:57
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

Code Health

New Contributors

Full Changelog: v2023.12.0...v2023.14.0

2023.12.0

06 Jul 21:13
138e20d
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

Code Health

Full Changelog: v2023.10.1...v2023.12.0

2023.10.1

13 Jun 23:52
13fb281
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v2023.10.0...v2023.10.1

2023.10.0

08 Jun 21:05
fea895f
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

Code Health

New Contributors

Full Changelog: 2023.8.0...2023.10.0

2023.8.0

03 May 22:36
9e7738e
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

Code Health

New Contributors

Full Changelog: 2023.6.1...2023.8.0

2023.6.1

17 Apr 21:43
5a8fdf4
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 2023.6.0...2023.6.1

2023.6.0

30 Mar 18:52
b1b8316
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add option to control if environment is selected after creation by @karthiknadig in #20738
  • Add experiment to implicitly use environment variables for environment activation by @karrtikr in #20651
  • Show prompt asking user to install formatter extension by @karthiknadig in #20861
  • Ensure resolveEnvironment API resolves the latest details for conda envs without python by @karrtikr in #20862
  • Finalize Python Environment API by @karrtikr in #20868
  • Add create environment button to requirements.txt and pyproject.toml files by @karthiknadig in #20879

Bug Fixes

Code Health

Full Changelog: 2023.4.0...2023.6.0

2023.4.1

28 Mar 22:06
5d2906f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 2023.4.0...2023.4.1

2023.4.0

01 Mar 23:55
5d1c5fb
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

  • Skip windows store interpreters found via windows registry when discovering by @karrtikr in #20613
  • Ensure IDs of Conda environments without python does not change after python is installed by @karrtikr in #20609
  • Do not recommend Python2 as an interpreter by @karrtikr in #20628
  • Ensure editable install only when [build-system] is present pyproject.toml by @karthiknadig in #20625
  • Allow to select a Python2.7 interpreter by @karrtikr in #20639
  • Use correct API to get interpreter path for language servers by @karrtikr in #20656
  • Ensure interpreter path isn't truncated for workspace-relative paths when storing value by @karrtikr in #20661
  • Call the correct API to determine if a user is in treatment or control group by @karrtikr in #20690
  • Show Python: Report issue command in palette regardless of whether a Python file is opened by @karrtikr in #20726
  • Ensure escape on TOML and requirements is treated as cancel. by @karthiknadig in #20739
  • Fix debugger attach to process when running on WSL by @JCMais in #20741

Code Health

New Contributors

Full Changelog: 2023.2.0...2023.4.0

2023.2.0

02 Feb 20:27
92331b7
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Use uniqueItems for settings by @brettcannon in #20375
  • Stop asking which package manager to use for installing tools by @karrtikr in #20405
  • Use isolated flag when gathering environment information by @karrtikr in #20403
  • Add description on hover to interpreter status bar item by @karrtikr in #20411
  • Create env shows requirements files or pyproject.toml extras when available by @karthiknadig in #20524
  • Detect if VSCode is launched from an activated environment and select it by @karrtikr in #20526

Bug Fixes

  • Re-register API for jupyter integration once trust is granted by @karrtikr in #20370
  • Do not remove envs which are provided by the consumer by @karrtikr in #20424
  • Enables successful running of python file even when parentheses are present in the path by @enthusiastic2003 in #20414
  • Make sure we do not use or execute the default python on PATH if there is any other known interpreter by @karrtikr in #20457

Code Health

New Contributors

Full Changelog: 2022.20.2...2023.2.0