Theia: [debug] Single-clicking in the `call stack` view should automatically open the file in editor

Created on 4 Aug 2020  路  5Comments  路  Source: eclipse-theia/theia

Bug Description:

It works with double-click only.

screencast 2020-08-04 16-59-56

Steps to Reproduce:

1.
2.
3.


Additional Information

  • Operating System:
  • Theia Version:
debug enhancement help wanted

All 5 comments

We need to check whether it respect list and tree VS Code settings.

We need to check whether it respect list and tree VS Code settings.

I do not understand this comment.

I meant whether this view respects following settings in VS Code:
Screenshot 2020-08-05 at 07 11 13

I set the open mode preference to doubleClick, and the files still open with a single click from the call stack view.

Screen Shot 2020-08-05 at 09 01 37

The open mode preference is ignored by the debug view.

Note that some trees and lists might choose to ignore this setting if it is not applicable.

screencast 2020-08-05 09-03-04

VS Code reacts to double click as well. The difference is that single click preview, i.e. focus is not transferred and editors are not pinned (previewed). Double click or enter transfers cursor and pin the editor.

Was this page helpful?
0 / 5 - 0 ratings