Skip to content

Releases: microsoft/vscode-python

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

2022.20.2

11 Jan 21:02
e62b2a2
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 2022.20.1...2022.20.2

2022.20.1

12 Dec 23:06
81ee21b
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 2022.20.0...2022.20.1

2022.20.0

07 Dec 20:19
b1c5b45
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Extend scope of python.tensorBoard.logDirectory and support variable substitution by @evanphilip in #20103
  • Add button to open folder from venv failure message by @luabud in #20243

Bug Fixes

  • Don't show certain python commands in command palette when you don't have a python file open by @ChaseKnowlden in #19977
  • Update engine to upcoming VS Code version by @karrtikr in #20128
  • Accept pytest exit code 1 for some tests cannot be collected by @mago0211 in #20074
  • Fix poetry discovery by @karrtikr in #20181
  • Fix issue with extension prompt being shown to users after install by @karthiknadig in #20158
  • Only use environment cache to resolve environment if it has complete information by @karrtikr in #20186
  • Fix errors related to python.envFile setting by @karrtikr in #20192
  • Do not replace discovered python executable using sys.executable by @karrtikr in #20197
  • Ensure we don't use the same interpreter for equally named project on different hosts by @karrtikr in #20212

Code Health

New Contributors

Full Changelog: 2022.18.2...2022.20.0

2022.18.2

10 Nov 21:13
6070c05
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix issue with extension prompt being shown to users after install by @karthiknadig in #20187

Full Changelog: 2022.18.1...2022.18.2

2022.18.1

10 Nov 21:12
5b2cd46
Compare
Choose a tag to compare

What's Changed

Code Health

Full Changelog: 2022.18.0...2022.18.1