deco - prevent stale markers

This commit is contained in:
Johannes Rieken
2017-11-20 15:01:41 +01:00
parent 1e06d29c16
commit 7a81081e29
@@ -246,7 +246,6 @@ class DecorationProviderWrapper {
} else {
// selective changes -> drop for resource, fetch again, send event
for (const uri of uris) {
this.data.delete(uri.toString());
this._fetchData(uri);
}
}