deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

Panel list does not reflect the current server state #145

Closed chipkent closed 1 week ago

chipkent commented 1 month ago

Panels persist over DH server restarts, but they should not. The Panels should reflect the current state of the server and not a prior state. Following the steps below will illustrate the problem. After the restart, a list of panels is present in vscode that is not on the server.

  1. Start 2 servers
  2. Run some scripts on each server
  3. Close the tabs for the servers
  4. Kill the servers
  5. Restart the servers
  6. Reconnect to the server
  7. The "Panels" in the bottom left will populate with server tables and such. Click on one.
  8. It will attempt to open the panel with a "variable not found" error.
image