-
Notifications
You must be signed in to change notification settings - Fork 519
Commit b1b23e7
authored
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.1 parent a85586e commit b1b23e7
File tree
3 files changed
+109
-182
lines changed- scripts
- src
3 files changed
+109
-182
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
505 | + | ||
506 | + | ||
507 | + | ||
508 | + | ||
509 | + | ||
510 | + | ||
511 | + | ||
505 | 512 |
| |
506 | - | ||
513 | + | ||
507 | 514 |
| |
508 | 515 |
| |
509 | 516 |
| |
|
0 commit comments