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
First of all, thank you for developing this great package, which allows me to work with PowerShell using a fast and lightweight editor.
PowerShell 7.3 introduced the control keyword clean, which defines a block which will always run after a begin, process, or end block. See the official documentation for reference.