We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03a750 commit 06f3b63Copy full SHA for 06f3b63
src/features/GenerateBugReport.ts
@@ -56,7 +56,6 @@ Follow the instructions in the [README](https://github.com/PowerShell/vscode-pow
56
| Operating System | ${os.type() + ' ' + os.arch() + ' ' + os.release()} |
57
| VSCode | ${vscode.version}|
58
| PowerShell Extension Version | ${extensionVersion} |
59
-| PSES | |
60
61
### PowerShell Information ###
62
@@ -120,7 +119,6 @@ ${tableHeader}\n${table};
120
119
var powerShellExePath = this.sessionManager.getPowerShellExePath();
121
var powerShellArgs = [
122
"-NoProfile",
123
-
124
"-Command",
125
'$PSVersionString = "|Name|Value|\n"; $PSVersionString += "|---|---|\n"; $PSVersionTable.keys | ForEach-Object { $PSVersionString += "|$_|$($PSVersionTable.Item($_))|\n" }; $PSVersionString'
126
]
0 commit comments