We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent21538dc commit022c690Copy full SHA for 022c690
vsintegration/src/FSharp.Editor/Classification/ClassificationDefinitions.fs
@@ -77,8 +77,8 @@ module internal ClassificationDefinitions =
77
78
letsetColors _=
79
letfontAndColorStorage= serviceProvider.GetService(typeof<SVsFontAndColorStorage>):?> IVsFontAndColorStorage
80
-letfontAndColorCacheManager= serviceProvider.GetService(typeof<SVsFontAndColorCacheManager>):?> IVsFontAndColorCacheManager)
81
- fontAndColorCacheManager.CheckCache(ref VSKnownGuids.textEditorFontCategory)|> ignore
+letfontAndColorCacheManager= serviceProvider.GetService(typeof<SVsFontAndColorCacheManager>):?> IVsFontAndColorCacheManager
+ fontAndColorCacheManager.CheckCache(ref VSKnownGuids.textEditorFontCategory)|> ignore
82
fontAndColorStorage.OpenCategory(ref VSKnownGuids.textEditorFontCategory, uint32__FCSTORAGEFLAGS.FCSF_READONLY)|> ignore
83
84
letformatMap= classificationformatMapService.GetClassificationFormatMap(category="text")