github microsoft/vscode-python 2022.18.0

latest releases: v2024.16.0, v2024.14.1, v2024.14.0...
23 months ago

What's Changed

Enhancements

  • Wait for refresh to complete before deciding whether an environment has updated by @karrtikr in #19902
  • Do not use deprecated poetry --dev option for installing packages by @SaidBySolo in #19980
  • Add back support to create Python file using File -> New File... in taskbar by @karrtikr in #19959
  • Make lookup for new environments detected faster by @karrtikr in #19922
  • Use isort extension instead of isort by @karthiknadig in #19997
  • Add proposed api to get custom environment variables for a workspace by @karrtikr in #19999
  • Deprecate python.sortImports settings by @karthiknadig in #20012
  • Add prompts to install linter extensions by @karthiknadig in #20050
  • Updating package.json for Create Env tile by @cwebster-99 in #20066
  • Only return local environments from the currently opened workspace folders in environments api by @karrtikr in #20108

Bug Fixes

  • Default to --capture=no when debugging pytest by @harupy in #19903
  • Revert to using conda run for fetching activated environment variables by @karrtikr in #19986
  • Fix 100% CPU caused due to FS watchers when using liveshare by @rchiodo in #20006
  • Show busy indicator when quickpick is loading by @karrtikr in #20033
  • Fix no interpreters found error when not able to read python.envFile setting by @karrtikr in #20042
  • Reset stored info if we detect an environment was modified by @karrtikr in #20038.
  • Fix for env creation errors by @karthiknadig in #20075
  • Ensure that search location is stored as a string by @karthiknadig in #20106
  • Resolve conda environments without relying on the updated list of conda envs by @karrtikr in #20112

Code Health

New Contributors

Full Changelog: 2022.16.1...2022.18.0

Don't miss a new vscode-python release

NewReleases is sending notifications on new releases.