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