mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04:00
Ports to release/1.13 for 10/21 (#7879)
* Add (dummy) IPyWidgets Renderer (#7849) * Updates to package.json to show books on stable (#7836) * Updates to package.json to show books on stable * remove notebookQuality context key * renamed untitiled to unsaved * fix the wizard opened twice issue #7866 (#7869) * fix a typo (#7871)
This commit is contained in:
@@ -41,7 +41,7 @@ export class BookTreeItem extends vscode.TreeItem {
|
||||
this.collapsibleState = book.treeItemCollapsibleState;
|
||||
this._sections = book.page;
|
||||
if (book.isUntitled) {
|
||||
this.contextValue = 'untitledBook';
|
||||
this.contextValue = 'unsavedBook';
|
||||
} else {
|
||||
this.contextValue = 'savedBook';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user