Skip to content

Releases: microsoft/vscode-python

2023.16.0

11 Sep 18:39
5527fa0
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add setting to control severity of missing package diagnostic by @karthiknadig in #21794
  • Support for Create Env command to re-create env for venv by @karthiknadig in #21829
  • Apply custom env variables to terminal when in pythonTerminalEnvVarActivation experiment by @karrtikr in #21879
  • Also show interpreter in status bar when a Python related output channel is opened by @karrtikr in #21894

Bug Fixes

Code Health

Full Changelog: v2023.14.0...v2023.16.0

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