If Python is missing server auto starter tries to run and pops up the "Needs Python Extension" modal #10615
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-getting-started
verified
Verification succeeded
Milestone
Testing #10590
For step 7 in the Install Python Extension command scenario, i.e.
Uninstalling the Python extension also uninstalls the Jupyter extension. This is because of the extension pack relationship--all extensions that are part of an extension pack are uninstalled when the extension pack itself is uninstalled.
Additionally, after uninstalling the Python extension I'm prompted to reload the window as mentioned in the TPI. After the reload, presumably because a notebook is open already, I get this:
If we're already recommending the Python extension this strongly (having a kernel command to install the Python extension), could we also update this dialog in the screenshot above to include an Install button which will directly install the Python extension?
The text was updated successfully, but these errors were encountered: