mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Change default max table rows returned in notebook to 5000, make it user configurable (#4084)
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%notebook.overrideEditorTheming.description%"
|
||||
},
|
||||
"notebook.maxTableRows": {
|
||||
"type": "number",
|
||||
"default": 5000,
|
||||
"description": "%notebook.maxTableRows.description%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user