PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Refactor `HostStartupInfo` and `ProfilePathInfo` using records

Open andyleejordan opened this issue 4 years ago • 1 comments

Noted in #1474, we can simplify these with the newish record keyword (which we have access to because of OmniSharp).

andyleejordan avatar May 13 '21 17:05 andyleejordan

While we’re looking at profile path, can we make PSES not crash when $profile is $null?

dkattan avatar Jun 17 '21 11:06 dkattan