github microsoft/vscode-python 2021.9.1218897484

latest releases: v2024.6.0, v2024.4.1, v2024.4.0...
2 years ago

2021.9.1 (9 September 2021)

Fixes

  1. Fix for debug configuration used when no launch.json exists is still used after launch.json is created.
    (#17353)
  2. Ensure default python executable to use is 'python' instead of ''.
    (#17089)
  3. Ensure workspace interpreters are discovered and watched when in pythonDiscoveryModuleWithoutWatcher experiment.
    (#17144)
  4. Do path comparisons appropriately in the new discovery component.
    (#17244)
  5. Fix for test result not found for files starting with py.
    (#17270)
  6. Fix for unable to import when running unittest.
    (#17280)
  7. Fix for multiple folders in pytest args.
    (#17281)
  8. Fix issue with incomplete unittest runs.
    (#17282)
  9. Improve detecting lines when using testing wrappers.
    (#17285)
  10. Ensure we trigger discovery for the first time as part of extension activation.
    (#17303)
  11. Correctly indicate when interpreter refresh has finished.
    (#17335)
  12. Missing location info for async def functions.
    (#17309)
  13. For CI ensure tensorboard is installed in python 3 environments only.
    (#17325)

Don't miss a new vscode-python release

NewReleases is sending notifications on new releases.