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
As a developer leveraging the PowerShell Manager, I want to be able to preload the manager's Session State with needed options, such as (but not limited to):
Session Configuration
Module Import
Variables
Execution Policy
Language Mode
Startup Scripts
Transcript Directory
Command allow list
Describe the Solution You Would Like
Extension of the options hash for the Pwsh::Manager which allow users to specify InitialSessionState overrides from default which are implemented in the init.ps1 template file.
Use Case
As a developer leveraging the PowerShell Manager, I want to be able to preload the manager's Session State with needed options, such as (but not limited to):
Describe the Solution You Would Like
Extension of the
options
hash for thePwsh::Manager
which allow users to specify InitialSessionState overrides from default which are implemented in theinit.ps1
template file.Something like:
With a set list of supported surfaces, documentation, and testing.
The text was updated successfully, but these errors were encountered: