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

Hide sql query in new tab #128

Open amaleky opened 4 years ago

amaleky commented 4 years ago

Please add settings to turn off showing raw query in new tab. for do this you must define a boolean setting and check it in "createSQLTextDocument" method of "utility.js" file