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
This is causing trouble for users on machines with stricter group policy or AppLocker settings turned on. Since we haven't signed this dynamically-generated script it throws errors on load.
This change adds a new PowerShellEditorServices.Commands module that
gets loaded inside of the editor session's runspace to provide functions
and cmdlets which are useful when working with the $psEditor APIs. This
will also be the place where built-in "editor commands" are registered
when the session initializes.
ResolvesPowerShell#403.
ResolvesPowerShell/vscode-powershell#784.
This change adds a new PowerShellEditorServices.Commands module that
gets loaded inside of the editor session's runspace to provide functions
and cmdlets which are useful when working with the $psEditor APIs. This
will also be the place where built-in "editor commands" are registered
when the session initializes.
ResolvesPowerShell#403.
ResolvesPowerShell/vscode-powershell#784.
This change adds a new PowerShellEditorServices.Commands module that
gets loaded inside of the editor session's runspace to provide functions
and cmdlets which are useful when working with the $psEditor APIs. This
will also be the place where built-in "editor commands" are registered
when the session initializes.
Resolves#403.
ResolvesPowerShell/vscode-powershell#784.
This is causing trouble for users on machines with stricter group policy or AppLocker settings turned on. Since we haven't signed this dynamically-generated script it throws errors on load.
/cc @dotps1
The text was updated successfully, but these errors were encountered: