We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015c67 commit f30bbc5Copy full SHA for f30bbc5
src/toolkit/Community.VisualStudio.Toolkit.Shared/Helpers/OutputWindowPane.cs
@@ -268,7 +268,7 @@ public async Task WriteLineAsync(string value)
268
/// <summary>
269
/// Writes the given text to the Output window pane.
270
/// </summary>
271
- /// <param name="value">The text value to write. May be an empty string, in which case a newline is written.</param>
+ /// <param name="value">The text value to write.</param>
272
public async Task WriteAsync(string value)
273
{
274
await ThreadHelper.JoinableTaskFactory.SwitchToMainThreadAsync();
0 commit comments