Skip to content

GenerateBugReport command is not pre-filling the template #4453

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

Closed
6 tasks done
andyleejordan opened this issue Mar 10, 2023 · 0 comments · Fixed by #4454
Closed
6 tasks done

GenerateBugReport command is not pre-filling the template #4453

andyleejordan opened this issue Mar 10, 2023 · 0 comments · Fixed by #4454
Assignees
Labels
Area-UI Issue-Bug A bug to squash.

Comments

@andyleejordan
Copy link
Member

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all open and closed issues to ensure it has not already been reported.
  • I have read the troubleshooting guide.
  • I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
  • I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
  • If this is a security issue, I have read the security issue reporting guidance.

Summary

As reported by @TylerLeonhardt, the GenerateBugReport built-in command was just going to the issue template picker page and not actually filling out a template. This is because we moved to GitHub YAML templates, and turned off bare issues. Fortunately, we are able to update the command to use the bug report template, and pre-fill it (as I'm doing here from a dev build).

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.3.3
PSEdition                      Core
GitCommitId                    7.3.3
OS                             Darwin 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:35 PST 2023, root:xnu-8792.…
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visual Studio Code Version

1.76.1
arm64

Extension Version

Steps to Reproduce

Run the GenerateBugReport command.

Visuals

No response

Logs

No response

@andyleejordan andyleejordan added the Issue-Bug A bug to squash. label Mar 10, 2023
@ghost ghost added the Needs: Triage Maintainer attention needed! label Mar 10, 2023
@andyleejordan andyleejordan added Area-UI and removed Needs: Triage Maintainer attention needed! labels Mar 10, 2023
@andyleejordan andyleejordan self-assigned this Mar 10, 2023
@andyleejordan andyleejordan changed the title The GenerateBugReport is not pre-filling the template The GenerateBugReport command is not pre-filling the template Mar 10, 2023
@andyleejordan andyleejordan changed the title The GenerateBugReport command is not pre-filling the template GenerateBugReport` command is not pre-filling the template Mar 10, 2023
@andyleejordan andyleejordan changed the title GenerateBugReport` command is not pre-filling the template GenerateBugReport command is not pre-filling the template Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-UI Issue-Bug A bug to squash.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant