Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1076 from vasily-kirichenko/optimize-caches-clearing
Browse files Browse the repository at this point in the history
Clearing FCS caches optimization
  • Loading branch information
dungpa committed Aug 9, 2015
2 parents da1135b + 08e8fad commit 4633035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpVSPowerTools.Logic/VSLanguageService.fs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ type VSLanguageService

member __.ClearCaches() =
debug "[Language Service] Clearing FCS caches."
instance.RawChecker.ClearLanguageServiceRootCachesAndCollectAndFinalizeAllTransients()
instance.RawChecker.InvalidateAll()
entityCache.Clear()

member __.StartBackgroundCompile (opts: FSharpProjectOptions) =
Expand Down

0 comments on commit 4633035

Please sign in to comment.