deephaven / vscode-deephaven

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

Smarter output logging between server connections #12

Open bmingles opened 6 days ago

bmingles commented 6 days ago

The JSapi client currently dumps all existing server output whenever a connection is made. In the vscode extension, this can be a little odd if the user has previously connected and disconnected since the output is already higher up in the terminal. Do we want to do something different here like maybe truncate the log if it has already been shown in the current vscode session?

Created https://github.com/deephaven/deephaven-core/issues/5694 to expose more controls for logging subscriptions.