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
/// <param name="psHost">The PowerShell host to use.</param>
134
-
/// <param name="allUsersProfilePath">The path to the shared profile.</param>
135
-
/// <param name="currentUsersProfilePath">The path to the user specific profile.</param>
134
+
/// <param name="profilePaths">The set of profile paths.</param>
136
135
/// <param name="featureFlags">Flags of features to enable.</param>
137
136
/// <param name="additionalModules">Names or paths of additional modules to import.</param>
138
137
/// <param name="initialSessionState">The language mode inherited from the orginal PowerShell process. This will be used when creating runspaces so that we honor the same initialSessionState including allowed modules, cmdlets and language mode.</param>
0 commit comments