mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Search sections in Jupyter Viewlet (#9346)
This commit is contained in:
@@ -45,6 +45,9 @@ export class BookTreeItem extends vscode.TreeItem {
|
||||
this.contextValue = 'savedBook';
|
||||
}
|
||||
} else {
|
||||
if (book.type === BookTreeItemType.Markdown && book.page.expand_sections) {
|
||||
this.contextValue = 'section';
|
||||
}
|
||||
this.setPageVariables();
|
||||
this.setCommand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user