vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

Query Runtime on Output Log

Open pongbao opened this issue 2 years ago • 1 comments

Is it possible to include query runtime on the output log for vscode?

pongbao avatar May 31 '22 09:05 pongbao

Hi @pongbao, this is a bit tricky to add, the SQLite executable offers the possibility of showing the runtime of a query, but it may be a bit difficult to add it to the extension As for the other issue that you opened feel free to try to implement this, I can suggest where to look to get started, but I think this one will need a bit of tinkering and playing around with the code to see if it's possible

AlexCovizzi avatar Jun 01 '22 14:06 AlexCovizzi