Description
System details: Desktop
Positron and OS details:
2025.03
Interpreter details:
N/A
Describe the issue:
In #6403 we introduced the concept of "bootstrapped" extensions, which bundles several previously built-in extensions with Positron and installs them on the application's first launch. We were not able to include the Jupyter Notebook Renderers extension in this group because it exposed itself as an undocumented dependency of the positron-ipywidgets
extension via our e2e tests, see discussion: #6403 (review)
Because the extension is installed at application launch, it requires a reload of Positron before it is fully available to positron-ipywidgets
. Below is what the extension looks like after being installed on app launch instead of built-in:
This only affects the initial run on desktop dev builds, but that is where our tests run.
Expected or desired behavior:
Feature to be implemented with passing e2e tests.
- Open the Developer Tools console by running the
Developer: Toggle Developer Tools
command from the Command Palette - Open the relevant Output Channel logs by utilizing this guide: https://positron.posit.co/troubleshooting.html
-->
Activity