File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ Follow the instructions in the [README](https://github.com/PowerShell/vscode-pow
56
56
| Operating System | ${ os . type ( ) + ' ' + os . arch ( ) + ' ' + os . release ( ) } |
57
57
| VSCode | ${ vscode . version } |
58
58
| PowerShell Extension Version | ${ extensionVersion } |
59
- | PSES | |
60
59
61
60
### PowerShell Information ###
62
61
@@ -120,7 +119,6 @@ ${tableHeader}\n${table};
120
119
var powerShellExePath = this . sessionManager . getPowerShellExePath ( ) ;
121
120
var powerShellArgs = [
122
121
"-NoProfile" ,
123
-
124
122
"-Command" ,
125
123
'$PSVersionString = "|Name|Value|\n"; $PSVersionString += "|---|---|\n"; $PSVersionTable.keys | ForEach-Object { $PSVersionString += "|$_|$($PSVersionTable.Item($_))|\n" }; $PSVersionString'
126
124
]
You can’t perform that action at this time.
0 commit comments