From 7b6328dccf7d669244e165ffb7dfd139296989a9 Mon Sep 17 00:00:00 2001 From: Barbara Valdez <34872381+barbaravaldez@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:48:14 -0700 Subject: [PATCH] Fix highlight issue (#12278) (#12362) * Fix highlight issue * Address PR comments --- extensions/notebook/src/book/bookTreeView.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/notebook/src/book/bookTreeView.ts b/extensions/notebook/src/book/bookTreeView.ts index ea7d5f8837..7aeaa04a94 100644 --- a/extensions/notebook/src/book/bookTreeView.ts +++ b/extensions/notebook/src/book/bookTreeView.ts @@ -16,7 +16,6 @@ import { Deferred } from '../common/promise'; import { IBookTrustManager, BookTrustManager } from './bookTrustManager'; import * as loc from '../common/localizedConstants'; import * as glob from 'fast-glob'; -import { isNullOrUndefined } from 'util'; import { IJupyterBookSectionV2, IJupyterBookSectionV1 } from '../contracts/content'; import { debounce, getPinnedNotebooks } from '../common/utils'; import { IBookPinManager, BookPinManager } from './bookPinManager'; @@ -313,7 +312,7 @@ export class BookTreeViewProvider implements vscode.TreeDataProvider