vscode-sqlite
vscode-sqlite copied to clipboard
Improve logging
Improve overall logging, for example it may be useful to display the current executable that is being used to execute queries and some informations about it. Other things to display:
- extension name and version
- query being run For debugging:
- parsed query being run
- command executed
- settings currently used
I would like to try working on this: however I don't really know where to start 😅