yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

Visual indication that long running query is still in progress #46

Closed fofiddy closed 8 months ago

fofiddy commented 9 months ago

I executed a query that was performing a quite involved process and while query was executing for over a minute there was no feedback/indication from the plugin that the query was still executing. Later, after a couple of minutes when the query completed, I noticed a small toast message flash at the bottom of the screen. However, while the query was running I assumed something had gone wrong.

Thanks for all the hard work on this plugin. It is great.

yy0931 commented 9 months ago

It is an easy fix, so it will be fixed in the next release.

yy0931 commented 8 months ago

Resolved in version 1.0.162. The feature to interrupt long running queries will be added in later versions.