Skip to content

Commit

Permalink
Fix MEF issues with options (dotnet#17015)
Browse files Browse the repository at this point in the history
It seems something changed about MEF import w.r.t. private members.
  • Loading branch information
vzarytovskii authored Apr 11, 2024
1 parent 6b6cca9 commit 3c8490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsintegration/src/FSharp.Editor/Options/EditorOptions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ type EditorOptions() =
member _.Formatting: FormattingOptions = store.Get()

[<Export(typeof<SettingsStore.ISettingsStore>)>]
member private _.SettingsStore = store
member _.SettingsStore = store

member _.With value = store.Register value

Expand Down

0 comments on commit 3c8490c

Please sign in to comment.