-
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
Explore how to notify the user they don't have Python installed when installing the Python extension for the first time #19099
Comments
Once we're done with the changes, we should update our docs to reflect that (#19168) |
Now that "Create Python file" is the first step, it's leading to some issues. The command for "Create Python file" is implemented by the extension which means until the extension is activated, the command does not work properly: We could instead use VSCode's command to open an untitled file and direct users using that instead: Ideally it would be great if VSCode itself can provide a command for creating a Python file directly. |
Opened microsoft/vscode#152920 to support #19099 (comment). Created #19380 to track it. |
|
Could have the walkthrough hide all other steps and be very clear that Python could not be found.
Should probably stop having the error notification for this.
Could wire into all the places we need Python to do something (e.g. debugging, running, etc.) and have a modal dialog telling the user to please install Python.
The text was updated successfully, but these errors were encountered: