mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add setting for collapsing/expanding books at root level (#11543)
* Add setting for max number of expanded books * Remove extra commas * Add setting for expanding/collapsing books at root level * Change typo in name of setting * Change default value to false
This commit is contained in:
@@ -19,6 +19,7 @@ export const notebookConfigKey = 'notebook';
|
||||
export const trustedBooksConfigKey = 'trustedBooks';
|
||||
export const maxBookSearchDepth = 'maxBookSearchDepth';
|
||||
export const remoteBookDownloadTimeout = 'remoteBookDownloadTimeout';
|
||||
export const collapseBookItems = 'collapseBookItems';
|
||||
|
||||
export const winPlatform = 'win32';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user