Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit022c690

Browse files
committed
fix build
1 parent21538dc commit022c690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎vsintegration/src/FSharp.Editor/Classification/ClassificationDefinitions.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ module internal ClassificationDefinitions =
7777

7878
letsetColors _=
7979
letfontAndColorStorage= serviceProvider.GetService(typeof<SVsFontAndColorStorage>):?> IVsFontAndColorStorage
80-
letfontAndColorCacheManager= serviceProvider.GetService(typeof<SVsFontAndColorCacheManager>):?> IVsFontAndColorCacheManager)
81-
fontAndColorCacheManager.CheckCache(ref VSKnownGuids.textEditorFontCategory)|> ignore
80+
letfontAndColorCacheManager= serviceProvider.GetService(typeof<SVsFontAndColorCacheManager>):?> IVsFontAndColorCacheManager
81+
fontAndColorCacheManager.CheckCache(ref VSKnownGuids.textEditorFontCategory)|> ignore
8282
fontAndColorStorage.OpenCategory(ref VSKnownGuids.textEditorFontCategory, uint32__FCSTORAGEFLAGS.FCSF_READONLY)|> ignore
8383

8484
letformatMap= classificationformatMapService.GetClassificationFormatMap(category="text")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp