Description
https://github.com/microsoft/vscode-python/actions/workflows/build.yml?query=branch%3Amain
Started happening when VS Code 1.61 was released. Looks like there are terminal activation issues, and one TensorBoard issue.
The TB issue seems to go away if I add torch-tb-profiler ; python_version > '2.7'
to the test reqs (#17664), but I have no idea why it's suddenly needed, or why some terminal activation tests are failing.