We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b01d01 + 904c3c2 commit ad81868Copy full SHA for ad81868
src/vs/workbench/contrib/search/browser/notebookSearch/notebookSearchModelBase.ts
@@ -44,7 +44,6 @@ export function isIMatchInNotebook(obj: any): obj is IMatchInNotebook {
44
typeof obj.parent === 'function' &&
45
typeof obj.cellParent === 'object' &&
46
typeof obj.isWebviewMatch === 'function' &&
47
- typeof obj.isReadonly === 'function' &&
48
typeof obj.cellIndex === 'number' &&
49
(typeof obj.webviewIndex === 'number' || obj.webviewIndex === undefined) &&
50
(typeof obj.cell === 'object' || obj.cell === undefined);
0 commit comments