Skip to content

Conversation

adamsitnik
Copy link
Member

No description provided.

@adamsitnik adamsitnik requested review from jonsequitur and Keboo March 6, 2023 14:22
@@ -8,6 +8,10 @@ namespace System.CommandLine.Completions
/// </summary>
public class CompletionItem : IEquatable<CompletionItem>
{
// reference: https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#textDocument_completion

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internal static void SetTerminalForegroundRed(this IConsole console)
{
if (Platform.IsConsoleRedirectionCheckSupported &&
if (IsConsoleRedirectionCheckSupported &&

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related bug #1851.

@adamsitnik adamsitnik merged commit bf523f8 into dotnet:main Mar 7, 2023
@adamsitnik adamsitnik deleted the cleanupp branch March 7, 2023 18:46
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