Skip to content

Commit ad81868

Browse files
authored
Merge pull request microsoft#234305 from microsoft/osortega/notebook-search-fix
Small fix for notebook search
2 parents 4b01d01 + 904c3c2 commit ad81868

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/search/browser/notebookSearch/notebookSearchModelBase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export function isIMatchInNotebook(obj: any): obj is IMatchInNotebook {
4444
typeof obj.parent === 'function' &&
4545
typeof obj.cellParent === 'object' &&
4646
typeof obj.isWebviewMatch === 'function' &&
47-
typeof obj.isReadonly === 'function' &&
4847
typeof obj.cellIndex === 'number' &&
4948
(typeof obj.webviewIndex === 'number' || obj.webviewIndex === undefined) &&
5049
(typeof obj.cell === 'object' || obj.cell === undefined);

0 commit comments

Comments
 (0)