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

Variables view after execution is terminated doesn't clear itself and next the Variables view becomes unusable in next execution. #3464

Open
vscodebot bot opened this issue Mar 12, 2020 · 0 comments
Labels

Comments

@vscodebot
Copy link

vscodebot bot commented Mar 12, 2020

  • VSCode Version: 1.35.1
  • OS Version: windows 8

Steps to Reproduce:

  1. using custom debug adapter
  2. when program terminates debug adapter sends Terminate Request to client.
  3. when debug adapter received Disconnect request it closes the session with client.
  4. before the terminate there was one variables request pending as its response was not sent.
  5. once disconnect the execution stops but the variable view keeps showing loader and it never clear the loader as the response to variables request was never sent.

Does this issue occur when all extensions are disabled?: Yes/No

@vscodetestbot vscodetestbot bot added the debug label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants