mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
don't resend onDidOpen event
This commit is contained in:
@@ -92,12 +92,11 @@ export class ExtHostDocumentsAndEditors implements ExtHostDocumentsAndEditorsSha
|
||||
data.versionId,
|
||||
data.isDirty
|
||||
));
|
||||
this._documents.set(resource, ref);
|
||||
addedDocuments.push(ref.value);
|
||||
}
|
||||
|
||||
ref.ref();
|
||||
|
||||
this._documents.set(resource, ref);
|
||||
addedDocuments.push(ref.value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user