2022.18.0
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
- Unassign unknown assignies regardless of label and add more logging by @karrtikr in #19964
- Remove debugger banner by @farahtk in #19849
- 19767 remove di in resolvers by @paulacamargo25 in #20048
- Update getting started artwork by @daviddossett in #20065
- Update engine to upcoming VS Code version by @karthiknadig in #20058
New Contributors
- @harupy made their first contribution in #19903
- @SaidBySolo made their first contribution in #19980
- @farahtk made their first contribution in #19849
- @daviddossett made their first contribution in #20065
- @cwebster-99 made their first contribution in #20066
Full Changelog: 2022.16.1...2022.18.0