Change default max table rows returned in notebook to 5000, make it user configurable (#4084)

This commit is contained in:
Chris LaFreniere
2019-02-19 15:01:47 -10:00
committed by GitHub
parent ccf9bf4613
commit 0205d0afb5
3 changed files with 25 additions and 7 deletions

View File

@@ -31,6 +31,11 @@
"type": "boolean",
"default": true,
"description": "%notebook.overrideEditorTheming.description%"
},
"notebook.maxTableRows": {
"type": "number",
"default": 5000,
"description": "%notebook.maxTableRows.description%"
}
}
},