forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Prompt about environments upon user action rather than at start-up #19174
Labels
area-editor-*
User-facing catch-all
feature-request
Request for new features or functionality
meta
Issue that is tracking an overall project
needs spike
Label for issues that need investigation before they can be worked on.
on-testplan
Added to test plan
Milestone
Comments
kimadeline
added
feature-request
Request for new features or functionality
area-editor-*
User-facing catch-all
needs spike
Label for issues that need investigation before they can be worked on.
labels
May 20, 2022
Related: #19175 |
karrtikr
changed the title
Investigate extension entry points needing Python
Trigger about environment upon user action, not at start-up
Jul 1, 2022
@karrtikr You also need execution in background scenario. |
Execution in background does not really affect the Getting started experience, unless it leads to errors that show up as a prompt. Hence it's not included. |
@karrtikr Jedi can be broken by the execution in background right? |
Never mind, you have that covered. |
karrtikr
changed the title
Trigger about environment upon user action, not at start-up
Prompt about environments upon user action, not at start-up
Jul 2, 2022
karrtikr
changed the title
Prompt about environments upon user action, not at start-up
Prompt about environments upon user action rather than at start-up
Jul 2, 2022
41 tasks
This was referenced Jul 14, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-editor-*
User-facing catch-all
feature-request
Request for new features or functionality
meta
Issue that is tracking an overall project
needs spike
Label for issues that need investigation before they can be worked on.
on-testplan
Added to test plan
For #19099
Find all the spots in the extension where Python is actually needed to run code, to figure out how late we can display a "Please install Python" prompt, instead of swarming the screen with "Python is not installed" notifications
The text was updated successfully, but these errors were encountered: