Skip to content

Commit d23969e

Browse files
Fix extension version in bug report template (#3514)
1 parent 119061e commit d23969e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ body:
6060
label: Extension Version
6161
description: Paste verbatim output from `code --list-extensions --show-versions | Select-String powershell` below.
6262
render: console
63+
placeholder: |
6364
PS> code --list-extensions --show-versions | Select-String powershell
6465
65-
ms-vscode.powershell@2021.5.1
66+
ms-vscode.powershell@2021.8.0
6667
validations:
6768
required: true
6869
- type: textarea

0 commit comments

Comments
 (0)