Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Enhance Start-EditorServices.ps1 for better logging and fix bugs (#…
…1198) * Initial stab at logging PSES startup script * Try different approach to find ports in use * Revert back to Test-PortAvailability due to missing .NET Core features Modify Test-PortAvailability to check each address (ipv4 and ipv6) in AddressList for localhost. * Add blank line between func defs * Revert bool condition check, $true on RHS * Add support for Diagnostic log level Set Start-EditorServices to log only for Diagnostic log level. Add string enum support for log level so in UserSettings you get a list.
- Loading branch information