PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
612 stars 207 forks source link

Add sane defaults to `Start-EditorServices` #2129

Closed andyleejordan closed 4 months ago

andyleejordan commented 5 months ago

We do not need to require so many CLI flags.

This continues to run the existing Emacs and Vim tests utilizing those flags as a regression scenario, and adds an additional pair of tests that launch PSES with a minimal set of flags.

Resolves #1855.

Slight breaking change for CLI users of the -LogPath parameter. It now takes a directory name instead of a log name, which makes a lot more sense because multiple log files get written to that location.