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

Commit5a8f122

Browse files
majochaKevinRansom
authored andcommitted
fix codelens options (dotnet#5600)
1 parent4361e00 commit5a8f122

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎vsintegration/src/FSharp.Editor/Options/EditorOptions.fs‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type LanguageServicePerformanceOptions =
7777
[<CLIMutable>]
7878
typeCodeLensOptions=
7979
{ Enabled:bool
80-
ReplaceWithLineLens:bool
80+
ReplaceWithLineLens:bool
8181
UseColors:bool
8282
Prefix:string}
8383
static memberDefault=
@@ -88,10 +88,10 @@ type CodeLensOptions =
8888

8989
[<CLIMutable>]
9090
typeAdvancedOptions=
91-
{ IsBlockStructureEnabled:bool
91+
{ IsBlockStructureEnabled:bool
9292
IsOutliningEnabled:bool}
9393
static memberDefault=
94-
{ IsBlockStructureEnabled=true
94+
{ IsBlockStructureEnabled=true
9595
IsOutliningEnabled=true}
9696

9797
[<Export>]
@@ -110,6 +110,7 @@ type EditorOptions
110110
store.Register LanguageServicePerformanceOptions.Default
111111
store.Register AdvancedOptions.Default
112112
store.Register IntelliSenseOptions.Default
113+
store.Register CodeLensOptions.Default
113114

114115
member__.IntelliSense:IntelliSenseOptions= store.Read()
115116
member__.QuickInfo:QuickInfoOptions= store.Read()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp