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 vscode, the preference workbench.list.openMode allows you to change the action associated with opening a file from a file tree (or other tree that can open files, such as Find References/Search). In VSCode, when this preference is set to doubleClick, a doubleclick is necessary to open the file (even on search result strings, reference results etc.). In Theia, editors are still opened on a singleClick
Steps to Reproduce:
Open VSCode and set this preference to doubleClick
Observe that opening a file in the navigator, SIW, References requires a double click
Try the same in Theia and observe that this only works in the navigator
Additional Information
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
colin-grant-work
changed the title
workbench.list.openMode doesn't work on
workbench.list.openMode doesn't work in SIW, References
May 11, 2022
colin-grant-work
changed the title
workbench.list.openMode doesn't work in SIW, References
workbench.list.openMode doesn't apply in SIW, plugin TreeViews
May 11, 2022
Bug Description:
In vscode, the preference
workbench.list.openMode
allows you to change the action associated with opening a file from a file tree (or other tree that can open files, such as Find References/Search). In VSCode, when this preference is set todoubleClick
, a doubleclick is necessary to open the file (even on search result strings, reference results etc.). In Theia, editors are still opened on a singleClickSteps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: