Skip to content

Commit 06f3b63

Browse files
PowerSchilldaviwil
authored andcommitted
Removes PSES line from output
1 parent f03a750 commit 06f3b63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/features/GenerateBugReport.ts

-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Follow the instructions in the [README](https://github.com/PowerShell/vscode-pow
5656
| Operating System | ${os.type() + ' ' + os.arch() + ' ' + os.release()} |
5757
| VSCode | ${vscode.version}|
5858
| PowerShell Extension Version | ${extensionVersion} |
59-
| PSES | |
6059
6160
### PowerShell Information ###
6261
@@ -120,7 +119,6 @@ ${tableHeader}\n${table};
120119
var powerShellExePath = this.sessionManager.getPowerShellExePath();
121120
var powerShellArgs = [
122121
"-NoProfile",
123-
124122
"-Command",
125123
'$PSVersionString = "|Name|Value|\n"; $PSVersionString += "|---|---|\n"; $PSVersionTable.keys | ForEach-Object { $PSVersionString += "|$_|$($PSVersionTable.Item($_))|\n" }; $PSVersionString'
126124
]

0 commit comments

Comments
 (0)