-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markers: better sync between editor and problems-view #7436
Comments
In order to sync the markers with the |
You can rely on |
@vince-fugnitto Are there any preferences to control it? |
Yes, it looks like the following preference in vscode controls it ( |
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior.
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: #7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Fixes: eclipse-theia#7436 Reveals and expands the markers for the active editor. Added a preference `problems.autoReveal` to control this behavior. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
Description
At the moment, there is no sync between the active editor and the
problems-view
meaning that problems are not revealed in the tree based on the editor.There are two main use-cases not handled:
Both use-cases are successfully handled by vscode:
Expanding
The text was updated successfully, but these errors were encountered: