PowerShell / PowerShellEditorServices

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

Fix New-EditorFile adding content in current file #1997

Closed fflaten closed 1 year ago

fflaten commented 1 year ago

PR Summary

Updates New-EditorFile to insert text in the newly created editor as intended.

Also took the liberty to drop the EditorContext-object currently being returned from Out-CurrentFile after #869. I'm 99% sure that's unintended 🙂 /cc @dfinke

PR Context

Fix https://github.com/PowerShell/vscode-powershell/issues/3192