You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmdlets): 🐛 update input handling and line splitting
* Refactored `_inputObjectBuffer` handling in `TextMateCmdletBase` to use `TextMateHelper.SplitToLines`.
* Improved `NormalizeToLines` method to handle multiline strings more effectively.
* Added a new test case to validate splitting of multiline pipeline items in `Format-CSharp`.
* Updated demo image path in README for consistency.
0 commit comments