-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorsverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
Is your feature request related to a problem? Please describe.
Currently, value evaluation for hovering is timed out after 500ms. If CDP communication plus evaluation within the browser takes longer than 500ms, no hover value is shown.
Describe the feature you'd like
The situation can be resolved in one of the following ways.
- Increase the timeout
- Remove the timeout all together
- Make the timeout configurable within launch or workspace options
Furthermore, VS Code hovering delays the creation of the debug hover by one second to make the UI less hectic (see #2309). Evaluation could be started as soon as hovering is detected, so that the time required for evaluation falls within the UI delay. But this would likely require changes in VS Code itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorsverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded