mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
undo isNearDeath change, #5117
This commit is contained in:
@@ -294,7 +294,7 @@ export class ExtHostDocumentData extends MirrorModel2 {
|
||||
}
|
||||
|
||||
get isDocumentReferenced(): boolean {
|
||||
return this._documentRef && !weak.isNearDeath(this._documentRef) && !weak.isDead(this._documentRef) ;
|
||||
return this._documentRef && !weak.isDead(this._documentRef) ;
|
||||
}
|
||||
|
||||
_acceptLanguageId(newLanguageId: string): void {
|
||||
|
||||
Reference in New Issue
Block a user