Skip to content
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

PowerShell session commands should start extension if not already started #1020

Closed
daviwil opened this issue Sep 5, 2017 · 0 comments
Closed
Labels
Issue-Bug A bug to squash.
Milestone

Comments

@daviwil
Copy link
Contributor

daviwil commented Sep 5, 2017

The "Restart Current PowerShell Session", "Show Session Menu", and "Show Integrated Console" commands currently raise a "command not found" error if the extension hasn't already been activated in the current window (usually because the user hasn't opened a PowerShell file yet). These commands should cause the extension to activate so that they are useful in this case.

@daviwil daviwil added this to the 1.4.2 milestone Sep 5, 2017
@daviwil daviwil added Area-General Issue-Bug A bug to squash. labels Sep 5, 2017
daviwil added a commit to daviwil/vscode-powershell that referenced this issue Sep 5, 2017
This change fixes PowerShell#1020 which states that PowerShell session commands
should activate the extension if it isn't already started.  These
commands are useful for activating a PowerShell session if the user
doesn't currently have a PowerShell file open.
daviwil added a commit that referenced this issue Sep 5, 2017
This change fixes #1020 which states that PowerShell session commands
should activate the extension if it isn't already started.  These
commands are useful for activating a PowerShell session if the user
doesn't currently have a PowerShell file open.
@daviwil daviwil closed this as completed in b681160 Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

1 participant