Skip to content
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

Add a command that fills out the issue template #762

Closed
gvanrossum opened this issue Dec 21, 2020 · 7 comments
Closed

Add a command that fills out the issue template #762

gvanrossum opened this issue Dec 21, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@gvanrossum
Copy link

When I open a new bug I am asked for a bunch of version info that requires going back and forth copying and pasting versions of OS, vscode, extensions, pylance, etc. Why not add a little command to vscode that collects all these versions and prints them in the Markdown form the issue tracker requires? And then advertise that in the new issue template.

@judej judej added the enhancement New feature or request label Dec 21, 2020
@github-actions github-actions bot removed the triage label Dec 21, 2020
@bschnurr
Copy link
Member

bschnurr commented Dec 24, 2020

Here is something similar C# does using the clipboard to help users report issues.

dotnet/vscode-csharp#2845
dotnet/vscode-csharp#2503

There seems to be a VSCode limitation on reading the output window though.
microsoft/vscode#65108

@jakebailey
Copy link
Member

jakebailey commented Jan 4, 2021

Much better would be to encode the text into the new issue URL; this is what Go does for the go bug and gopls bug commands. E.g.: https://github.com/golang/go/blob/master/src/cmd/go/internal/bug/bug.go

@gvanrossum
Copy link
Author

Whatever, just save me from hunting down half a dozen of different pieces of info by clicking around in the UI and copying them to GitHub one at a time. :-)

@jakebailey
Copy link
Member

Of course, just throwing that there before I forget. 🙂

@gvanrossum
Copy link
Author

Huh, I just found a "Report issue" menu item under Help in VS Code Insiders. That solves my problem. Sorry!

@jakebailey
Copy link
Member

That may help for most, but I'm actually going to leave this open at the moment (if you don't mind) as we're working on a version which will auto-populate our template here with all of our required info as well as switch things over to the right logs, etc.

@jakebailey jakebailey reopened this Jan 7, 2021
@jakebailey jakebailey changed the title Add a command that prints all the version info Add a command that fills out the issue template Jan 7, 2021
@jakebailey jakebailey added the fixed in next version (main) A fix has been implemented and will appear in an upcoming version label Jan 13, 2021
@jakebailey
Copy link
Member

This issue has been fixed in version 2021.1.1, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202111-13-january-2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed in next version (main) A fix has been implemented and will appear in an upcoming version
Projects
None yet
Development

No branches or pull requests

4 participants