Skip to content

Commit 1042d2f

Browse files
committed
Ask for $Host in bug report form
1 parent 132e7d3 commit 1042d2f

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,33 @@ body:
2525
id: powershell-version
2626
attributes:
2727
label: PowerShell Version
28-
description: Paste verbatim output from `$PSVersionTable` below. Please double-check that this is the PowerShell version that VS Code is set to use.
28+
description: Paste verbatim output from `$PSVersionTable; $Host` below. **Please include `$Host`** so we know this version is from the Extension Terminal!
2929
render: console
3030
placeholder: |
31-
PS> $PSVersionTable
31+
PS> $PSVersionTable; $Host
3232
3333
Name Value
3434
---- -----
35-
PSVersion 7.1.3
35+
PSVersion 7.4.0
3636
PSEdition Core
37-
GitCommitId 7.1.3
38-
OS Darwin 20.4.0 Darwin Kernel
39-
Platform Unix
37+
GitCommitId 7.4.0
38+
OS Microsoft Windows 10.0.22631
39+
Platform Win32NT
4040
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
4141
PSRemotingProtocolVersion 2.3
4242
SerializationVersion 1.1.0.1
4343
WSManStackVersion 3.0
44+
45+
Name : Visual Studio Code Host
46+
Version : 2023.11.0
47+
InstanceId : 803ce61b-6187-4574-9c1f-827ebb11b8b6
48+
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
49+
CurrentCulture : en-US
50+
CurrentUICulture : en-US
51+
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
52+
DebuggerEnabled : True
53+
IsRunspacePushed : False
54+
Runspace : System.Management.Automation.Runspaces.LocalRunspace
4455
validations:
4556
required: true
4657
- type: textarea

0 commit comments

Comments
 (0)