Skip to content
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

Running without debugging results in no service-extensions features #1602

Closed
DanTup opened this issue Apr 8, 2019 · 0 comments
Closed

Running without debugging results in no service-extensions features #1602

DanTup opened this issue Apr 8, 2019 · 0 comments
Assignees
Labels
in debugger Relates to the debug adapter or process of launching a debug session is bug
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Apr 8, 2019

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session is bug
Projects
None yet
Development

No branches or pull requests

1 participant