mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-02 21:55:33 +01:00
deco - prevent stale markers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user