-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Support filing issues against extensions within the issue reporter #45673
Comments
Would it be possible to provide some extension points to this. This is very useful at least for the Python Extension, where we'd like to determine the version of Python the user has. |
@DonJayamanne Yes, this would be a great place for extension points! Ideally the info sent from the reporter and even the UI should be extensible. I don't think the first pass of this feature will have this as there needs to be more planning on what the API looks like. Do you have any other examples of additional information that would be useful? |
These are some of the information we generally request. I believe all of the following are generic and would apply to all extensions (possibly making them optional).
Finally here are some questions specific to the Python extension:
|
The stuff we currently request in our issue template covers what we typically ask for. Basically we ask for platform info, a bunch of Python-specific details, code that reproduces the issue, and then the usual Output and Console stuff. After that we often ask for a person's |
@DonJayamanne @brettcannon Thanks for the additional info! I've filed #46726 to track this. |
Add the ability to report issues with installed extensions
The text was updated successfully, but these errors were encountered: