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
Calling Show-Karma -Meditate shows a console window briefly as it launches the editor in some environments.
Context "Expected Behavior"
No console window is shown unless the editor itself is a CLI application. In those cases, the application should probably launch in the current console rather than a new one.
Context "Additional Information"
Name Version
-----------
PSKoans 0.66.1
PSKoans 0.66.0
Name Value
---------
PSVersion 7.1.0-preview.3
PSEdition Core
GitCommitId 7.1.0-preview.3
OS Darwin 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 422:28:40 PST 2020; root:xnu-6153.…
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
The text was updated successfully, but these errors were encountered:
* 🐛 (#395) Add -NoNewWindow
Start-Process by default opens a new console. We generally do not want
this to be the case for Show-Karma -Meditate.
* ✅ Update test to expect new param
Describe "Module Bug or Issue"
Calling
Show-Karma -Meditate
shows a console window briefly as it launches the editor in some environments.Context "Expected Behavior"
No console window is shown unless the editor itself is a CLI application. In those cases, the application should probably launch in the current console rather than a new one.
Context "Additional Information"
The text was updated successfully, but these errors were encountered: