formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
218 stars 59 forks source link

No prompt after executing sql statement #185

Open z54 opened 2 years ago

z54 commented 2 years ago

No prompt after executing sql statement

For example, execute three instructions a, b, and c

The results are all successful

So the same prompt is output

[Start] Executing MySQL query... [Done] Finished MySQL query.

At this point, I have executed many instructions. I went to have a cup of coffee. After I came back, I couldn't determine whether c was executed in the output box.

Maybe add something executed after "Executing MySQL query", or label the statement, then you can feel the difference between each execution