You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary of the new feature
When a script is running, if it emits Progress stream output, that output should be tied to the withProgress API to show a toast of the scripts progress.
Low priority now that psreadline progress works fairly normally, this would be a "good first issue" or "nice to have" level item.
In the past, we've talked about this but decided against it because it would be different from the Console experience - we generally want the PSIC to behave like the regular console.
Now that there's this full fledged API for progress in LSP, it might be a fun feature add if it looks nice.
Might be kinda tough to implement... but here's the progress code:
Summary of the new feature
When a script is running, if it emits Progress stream output, that output should be tied to the withProgress API to show a toast of the scripts progress.
Low priority now that psreadline progress works fairly normally, this would be a "good first issue" or "nice to have" level item.
Proposed technical implementation details (optional)
https://github.com/microsoft/vscode-extension-samples/tree/master/progress-sample
Previously discussed in #140
The text was updated successfully, but these errors were encountered: