mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix issue with appended deltas having the wrong order & add unit tests to semantic areas delta computation
This commit is contained in:
@@ -617,7 +617,7 @@ class MainThreadSemanticColoringCacheEntry implements modes.SemanticColoring {
|
||||
}
|
||||
}
|
||||
|
||||
class MainThreadSemanticColoringProvider implements modes.SemanticColoringProvider {
|
||||
export class MainThreadSemanticColoringProvider implements modes.SemanticColoringProvider {
|
||||
|
||||
private readonly _cache = new Map<string, MainThreadSemanticColoringCacheEntry>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user