cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
120 stars 16 forks source link

The output is limited to 25 lines, can I change this? #87

Closed fvlnl closed 3 months ago

fvlnl commented 3 months ago

I see only 25 lines of output and then .... Can I change the number of output lines?

image

cmoog commented 3 months ago

Yes, this is configurable via the vscode settings option SQLNotebook.maxResultRows.

Reference: https://github.com/cmoog/vscode-sql-notebook/blob/87b95ae1e20c118606b4c3e5e45d682677f90865/package.json#L111