-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis bug
Milestone
Description
Noticed that periodically, Observatory logs were not being logged to the Capture Logs command output. Turns out we were comparing Sessions by objects, and sometimes these would be different. In that case, the ID was always the same (and we should've probably used this in the first place).
Most likely this is an async race, maybe related to the same issue in the last VS Code release:
Metadata
Metadata
Assignees
Labels
in commandsRelates to commands (usually invoked from the command Palette)Relates to commands (usually invoked from the command Palette)in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis bug