cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.39k stars 264 forks source link

Lock unavailable [BUG] #1165

Closed GTonehour closed 4 weeks ago

GTonehour commented 4 weeks ago

Hello, I hope you're doing well.

I can't see the "lock" symbol in the result pane anymore.

image

cweijan commented 4 weeks ago

In order to reduce unnecessary buttons, the lock is removed. Now you can create a new tab through the code lens or the context menu.

image

GTonehour commented 4 weeks ago

Oh, ok. I had read what you added in issue #1102, but didn't realize you also intended to remove the icon (SQL clients like DBeaver do include a possibility to "Pin", which you'd call "Lock" to avoid ambiguity with VS Code's "Pin", an existing result tab).

image

But ok, why not :) Thanks for your answer.