New tab dropdown lagging after adding folder #18197
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Author-Feedback
The original author of the issue/PR needs to come back and respond to something
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
No-Recent-Activity
This issue/PR is going stale and may be auto-closed without further activity.
Windows Terminal version
1.21.2911.0
Windows build number
19043,1288
Other Software
No response
Steps to reproduce
after I add a folder on drop menu it is lagging suddenly and quit from windows terminal (see the video).
lagging.webm
my newTabMenu conf look like this:
"newTabMenu": [
{
"type": "folder",
"name": "ssh",
"icon": "C:\path\to\icon.png",
"entries": [
{ "type": "profile", "profile": "test2" },
{ "type": "profile", "profile": "test1" }
]
},
{
"type": "remainingProfiles"
}
]
Expected Behavior
No response
Actual Behavior
it suppose does not quit from windows terminal
The text was updated successfully, but these errors were encountered: