File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " tylerleonhardt.vscode-inline-values-powershell" ,
4+ " ms-vscode.powershell"
5+ ]
6+ }
Original file line number Diff line number Diff line change 1+ v0.0.25
2+
3+ - Fixed formatting
4+
15v0.0.24
26
37- Fixed formatting
Original file line number Diff line number Diff line change 8383 <TableHeaders >
8484 <TableColumnHeader >
8585 <Label >Store</Label >
86+ <Width >30</Width >
8687 </TableColumnHeader >
8788 <TableColumnHeader >
8889 <Label >Cert</Label >
113114 else {
114115 $output += "$($_.DisplayName)"
115116 }
116- $output += "`n$($PSStyle.Foreground.Magenta )$($_.Thumbprint)$($PSStyle.Reset)"
117+ $output += "`n$($PSStyle.Foreground.BrightMagenta )$($_.Thumbprint)$($PSStyle.Reset)"
117118 $output
118119 </ScriptBlock >
119120 </TableColumnItem >
You can’t perform that action at this time.
0 commit comments