You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Windows Terminal on Windows 11, performing the CTRL + Mouse Scroll🖱️ action is causing a crash due to an uninitialized variable exception. The crash is triggered when attempting to zoom using CTRL + Mouse Scroll.
Steps to Reproduce:
Open Windows Terminal on Windows 11.
Perform the CTRL + Mouse Scroll🖱️ action to zoom in or out.
The terminal crashes with the following exception: Exception has occurred: The variable 'type' is being used without being initialized.
The text was updated successfully, but these errors were encountered:
Problem:
In Windows Terminal on Windows 11, performing the
CTRL + Mouse Scroll🖱️
action is causing a crash due to an uninitialized variable exception. The crash is triggered when attempting to zoom usingCTRL + Mouse Scroll
.Steps to Reproduce:
CTRL + Mouse Scroll🖱️
action to zoom in or out.Exception has occurred: The variable 'type' is being used without being initialized.
The text was updated successfully, but these errors were encountered: