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
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 ]
You can’t perform that action at this time.
0 commit comments