Skip to content

Add new Commands submodule to expose useful commands inside editor #487

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

Merged
merged 1 commit into from
Jun 3, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented 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 added this to the 1.3.0 milestone 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 daviwil force-pushed the commands-module branch from 070fb02 to cf11a13 Compare June 3, 2017 15:25
@daviwil
Copy link
Contributor Author

daviwil commented Jun 3, 2017

Naming of the module, it's path, etc are not set in stone, we can tweak things later if people have ideas for improvement :) Merging this now to get @SeeminglyScience going!

@daviwil daviwil merged commit 15d6314 into PowerShell:master Jun 3, 2017
@daviwil daviwil deleted the commands-module branch June 3, 2017 15:32
TylerLeonhardt pushed a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Feb 26, 2019
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

Successfully merging this pull request may close these issues.

2 participants