-
Notifications
You must be signed in to change notification settings - Fork 223
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 support for Write-Progress with integrated console #384
Comments
Not sure if this belongs here or https://github.com/PowerShell/vscode-powershell/issues |
Here's good, it's where the work needs to be done. I agree, we need Write-Progress. I was going to try and find a way to do this in a nicely integrated way with the editor rather than duplicating the existing Write-Progress console experience. Should I just focus on making progress show up in the console? |
I vote for making it show up in console first. Later, it would be great to have a setting to allow for an Editor UI to override it. With ISE, progress looks nice for one item, but was a bit too heavy when doing multiple progress bars. IIRC, the Console had a better experience and I was actually wanting to turn off the UI after I saw that. |
This change updates our snippets to properly escape the dollar sign character to that it shows up correctly in snippet output.
Fix PowerShell#384: PowerShell snippets broken in VS Code 1.8.0
Oops this should have been closed ages ago with #874 |
Greatly appreciate the PowerShell integrated console introduced in 0.10.0. It would be helpful to include support for Write-Progress. Currently code like this:
Runs without error but also without any display.
The text was updated successfully, but these errors were encountered: