formulahendry / vscode-mysql

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

Add setting for toggle debuging #129

Open amaleky opened 4 years ago

amaleky commented 4 years ago

Please add a boolean setting for prevent showing debug messages and check it in "utility.js" file in when you are calling this methods: outputChannel_1.OutputChannel.appendLine("[Start] Executing MySQL query..."); outputChannel_1.OutputChannel.appendLine("[Done] Finished MySQL query.");