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
joaomoreno opened this issue
Feb 27, 2018
· 4 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Space doesn't do anything. Probably, the list is eating it with the list.toggleExpand command, although the condition for that command is listFocus && !inputFocus. Works fine in the watch list.
The text was updated successfully, but these errors were encountered:
Uff this is very tricky. I put a breakpoint in the inputFocus context key and it is correctly set to true.
Watch expresions is different in how it usses the input box, every time I render the element I recreate the input box. While in the breakpoints list I always reuse the input box via the templates.
Might you have a tip on how to debug this and who else could be stealing the key?
Also don't forget Developer: Inspect Context Keys.
isidorn
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Feb 27, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Testing #43836
Space doesn't do anything. Probably, the list is eating it with the
list.toggleExpand
command, although the condition for that command islistFocus && !inputFocus
. Works fine in the watch list.The text was updated successfully, but these errors were encountered: