mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.44k stars 291 forks source link

Executing query when using SQLTools inside Jupyter Notebook #1154

Open JeroenCBG opened 1 year ago

JeroenCBG commented 1 year ago

Having installed the SQLTools extension, setting the Language mode of een Jupyter Notebook cell to "SQL" works well.

However, executing a query only works by mouse clicking on "Run on active connection". Manually running the command Run Current Query or Run Selected Query doesn't work. And therefore, assigned a keyboard shortcut doesn't work either. How to solve this?