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

Added Write without new line to OutputWindowPane #467

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

Matt-17
Copy link
Contributor

@Matt-17 Matt-17 commented Nov 10, 2023

As I need for my current project to write output into a single line, this would be a little enhancement.

Added methods

  • void Write(string value);
  • async Task WriteAsync(string value);

Moved logic from WriteLineAsync to WriteAsync

Added methods
void Write(string value);
async Task WriteAsync(string value);

Moved logic from WriteLineAsync to WriteAsync
@madskristensen madskristensen merged commit 4fa5cfc into VsixCommunity:master Nov 13, 2023
1 check passed
@madskristensen
Copy link
Contributor

Thanks

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.

3 participants