forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Builds are failing #17666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
Comments
After investigating by me and @karrtikr we found the issue to be with |
Opened VSCode issue: microsoft/vscode#135121 |
karthiknadig
added a commit
to karthiknadig/vscode-python
that referenced
this issue
Oct 15, 2021
karthiknadig
added a commit
that referenced
this issue
Oct 15, 2021
Revert this commit c897479 after microsoft/vscode#135121 is fixed |
32 tasks
23 tasks
28 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-internal
Label for non-user facing issues
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
important
Issue identified as high-priority
Uh oh!
There was an error while loading. Please reload this page.
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.The text was updated successfully, but these errors were encountered: