mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
@@ -929,7 +929,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
|
||||
|
||||
matches.forEach(match => {
|
||||
match.matches.forEach((singleMatch, index) => {
|
||||
if ((singleMatch as OutputFindMatch).index !== undefined) {
|
||||
if ((singleMatch as OutputFindMatch).index === undefined) {
|
||||
textEdits.push({
|
||||
edit: { range: (singleMatch as FindMatch).range, text: texts[index] },
|
||||
resource: match.cell.uri
|
||||
|
||||
Reference in New Issue
Block a user