deephaven / vscode-deephaven

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

Don't always show extension #55

Closed dsmmcken closed 3 weeks ago

dsmmcken commented 1 month ago

As a user, I use vs code for many different things. It's annoying to see deephaven: disconnected all the time when working on other projects.

I have no suggestion on what else to do, but opening a ticket for discussion.

image
bmingles commented 1 month ago

@dsmmcken We can make the connection selector available from the command palette (may already be) and then provide a setting to disable showing it in status bar. Then users can set it per workspace.

bmingles commented 1 month ago

We also have the option of only showing the status bar item when in a python or groovy file via "editorLangId == 'python' || "editorLangId == 'groovy'"

bmingles commented 1 month ago

One other thought would be to have an option to only show when connected. If this setting were set, users can connect via cmd palette at which point status bar item would appear until they disconnect.