Skip to content

Stop loading extension commands script resource as a .ps1 #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
daviwil opened this issue Mar 23, 2017 · 0 comments
Closed

Stop loading extension commands script resource as a .ps1 #403

daviwil opened this issue Mar 23, 2017 · 0 comments
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Mar 23, 2017

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

@daviwil daviwil added this to the 0.12.0 milestone Mar 23, 2017
@daviwil daviwil modified the milestones: 0.12.0, April 2017 Apr 4, 2017
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Jun 3, 2017
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 PowerShell#403.
Resolves PowerShell/vscode-powershell#784.
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Jun 3, 2017
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 PowerShell#403.
Resolves PowerShell/vscode-powershell#784.
daviwil added a commit that referenced this issue Jun 3, 2017
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.
Resolves PowerShell/vscode-powershell#784.
@daviwil daviwil modified the milestones: June 2017, 1.4.0, 1.3.0 Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant