-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresArea-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
Follow up to: Command Palette: Add support for commandline mode #6677
but like, with the error message from parsing it.
We've gotta move the ThrottledFunc from TerminalControl up to the WinRTUtils so TerminalApp can use it to debounce filter text changed events.
<StackPanel
Padding="16"
Visibility="Visible"
Grid.Row="3">
<TextBlock
Foreground="Red"
x:Name="_commandlineErrorText"
Text="Failed to parse commandline. Error was:">
</TextBlock>
<TextBlock
Padding="16, 0, 0, 0"
x:Name="_commandlineErrorText"
Text="Foo is not a commandline">
</TextBlock>
</StackPanel>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CmdPalCommand Palette issues and featuresCommand Palette issues and featuresArea-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
