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 PR #1329, some improvements on the focus system are added so commands like cmd+delete for deleting current terminal or selected file can be handled more easily. But, after the user selects a file and try to use cmd+delete to delete a file (which will not work because it's not implemented), cmd+delete for deleting the terminal will also stop working.
To Reproduce
Open a project with CodeEdit
Select a terminal tab
Use cmd+delete to delete the terminal (it will work as intended)
Select a file
Use cmd+delete to delete the file (it will not work because it's yet to be implemented)
Select a terminal tab again
Use cmd+delete to delete the terminal (this time it will stop working)