mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
In-Viewlet Notebooks Search (#12455)
* fix search * Add sql carbon tags to vs files Co-authored-by: chlafreniere <hichise@gmail.com> Co-authored-by: abist <adbist@microsoft.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export class BookTreeItem extends vscode.TreeItem {
|
||||
this.tooltip = `${this._uri}`;
|
||||
}
|
||||
else {
|
||||
this.tooltip = this.book.type === BookTreeItemType.Book ? this.book.root : this.book.contentPath;
|
||||
this.tooltip = this.book.type === BookTreeItemType.Book ? (this.book.version === BookVersion.v1 ? path.join(this.book.root, content) : this.book.root) : this.book.contentPath;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user