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

Empty webview tab on reopen of VS Code #2132

Open
ScottCarda-MS opened this issue Jan 27, 2025 · 0 comments
Open

Empty webview tab on reopen of VS Code #2132

ScottCarda-MS opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@ScottCarda-MS
Copy link
Contributor

Describe the bug

When you open a VS Code instance that had more than one Q# webview tab open from the last time the instance was open, some of the tabs will not have content in them.

To Reproduce

Steps to reproduce the behavior:

  1. Open or be using VS Code.
  2. Use the Command Pallet to bring up the Q# Help tab.
  3. Use the Command Pallet to bring up the Q# API Documentation tab.
  4. Make sure that only one of those tabs is visible (the Documentation tab for this example).
  5. Close VS Code.
  6. Reopen Vs Code.
  7. Note that the Documentation tab is visible and filled in.
  8. Use the Command Pallet to bring up the non-visible tab (the Help tab in this example).
  9. It will bring up a new Help tab. (this is incorrect behavior)
  10. After viewing the new Help tab, navigate to the old Help tab.
  11. Notice that the old Help tab will be empty. (this is incorrect behavior)

Expected behavior

When you use the Command Pallet to bring up the Help tab after reopening VS Code, it should navigate you to the existing Help tab, rather than creating a new Help tab.

@ScottCarda-MS ScottCarda-MS added bug Something isn't working needs triage labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant