Fix issue with appended deltas having the wrong order & add unit tests to semantic areas delta computation

This commit is contained in:
Alex Dima
2019-11-14 14:03:52 +01:00
parent 15beb36ccf
commit 4dbb961407
3 changed files with 325 additions and 23 deletions

View File

@@ -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>();