Conversation
|
E2E Tests 🚀 |
|
Is it possible your dev build doesn't have the updated version of the chat extension? (did you |
|
I’ve noticed that the blob reports generated during the e2e tests (specifically in this PR) are quite large. For instance, merging these reports together can take up to 13 minutes because each report is multiple gigabytes in size. On the main branch, this typically takes only about 1 minute. If we restore the changes from this dir back to our current state, I believe it will resolve the issue: |
juliasilge
left a comment
There was a problem hiding this comment.
It turns out that my problem was that on my brand new computer, I had never done this part of our machine setup:
git submodule update --init --recursiveApologies! 🙈
Now that I have that correctly setup, I am able to make a dev build and Positron is acting as expected, including Copilot chat:
I spot-checked behavior in the console, Quarto files, Data Explorer, etc.



Updates Positron with changes from VS Code October 2025:
https://code.visualstudio.com/updates/v1_106
Addresses #10349.
Release Notes
New Features