You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Deephaven output panel automatically shows when extension starts. This is not great for cases where a user is using vscode for things other than DH. It would be better to auto show on the first DH server connection instead.
The text was updated successfully, but these errors were encountered:
In this PR:
- Added a `DEEPHAVEN: PANELS` view
- Maps connections to server variables
- Allows clicking on variables to open panels
- Is subscribed to changes on server, so will also show variables
created outside of the extension
- Open panels now refresh when active theme changes
- Removed auto focus of output panel ([Don't show Deephaven output panel
until first connection
#130](#130) to
provide the proper fix
resolves#116
---------
Co-authored-by: Mike Bender <mikebender@deephaven.io>
The Deephaven output panel automatically shows when extension starts. This is not great for cases where a user is using vscode for things other than DH. It would be better to auto show on the first DH server connection instead.
The text was updated successfully, but these errors were encountered: