-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
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
Currently when running without debugging, we don't connect to Observatory at all. However, this means anything related to service extensions (like debug toggles) don't work (because we never see the service extensions load, and therefore never set the contexts).
This needs fixing - when running without debugging, we should do the same as debugging except for:
- Don't break on any exceptions
- Don't send any breakpoints
We may also wish to quit early out of evaluation, stack, variables requests if we're not sure that VS Code won't send them (it shouldn't, if we don't send a StoppedEvent?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsis bug