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

Add PowerShell interactive console #529

Merged
merged 3 commits into from
Mar 14, 2017
Merged

Add PowerShell interactive console #529

merged 3 commits into from
Mar 14, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Mar 14, 2017

This change introduces a new terminal-based interactive console experience
in the PowerShell extension. PowerShell Editor Services is now launched
through VS Code's interactive terminal UI so that it can serve REPL I/O
directly to the user.

This change also modifies the debugger integration such that the same
integrated terminal session is also used during script debugging.

Resolves #293.

daviwil added 3 commits March 14, 2017 09:00
This change introduces a new terminal-based interactive console experience
in the PowerShell extension.  PowerShell Editor Services is now launched
through VS Code's interactive terminal UI so that it can serve REPL I/O
directly to the user.

This change also modifies the debugger integration such that the same
integrated terminal session is also used during script debugging.

Resolves #293.
@daviwil daviwil force-pushed the daviwil/console-redux branch from 9589b89 to 4cc9fd1 Compare March 14, 2017 16:01
@daviwil daviwil merged commit 3f92dd0 into develop Mar 14, 2017
@daviwil daviwil deleted the daviwil/console-redux branch March 14, 2017 16:17
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