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

Types cleanup #2076

Merged
merged 6 commits into from
Mar 7, 2023
Merged

Types cleanup #2076

merged 6 commits into from
Mar 7, 2023

Conversation

adamsitnik
Copy link
Member

No description provided.

@@ -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.

None yet

3 participants