Skip to content

Commit

Permalink
Don't create unused binding in VS 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed Jun 10, 2015
1 parent 92c8919 commit da9f29a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2022,12 +2022,14 @@ type FSharpPackage() as self =

let mutable mgr : IOleComponentManager = null

#if !VS_VERSION_DEV12
let fsharpSpecificProfileSettings =
[| "TextEditor.F#.Insert Tabs", box false
"TextEditor.F#.Brace Completion", box true
"TextEditor.F#.Make URLs Hot", box false
"TextEditor.F#.Indent Style", box 1u |]

#endif

override self.Initialize() =
UIThread.CaptureSynchronizationContext()
self.EstablishDefaultSettingsIfMissing()
Expand Down

0 comments on commit da9f29a

Please sign in to comment.