Closed
Description
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
ms-vscode.powershell-preview@2023.3.0
Steps to Reproduce
Run the GenerateBugReport
command.
Visuals
No response
Logs
No response