File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 829829 "type" : " boolean"
830830 },
831831 "FSharp.showExplorerOnStartup" : {
832- "default" : true ,
832+ "default" : false ,
833833 "description" : " Automatically shows solution explorer on plugin startup" ,
834834 "type" : " boolean"
835835 },
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ let private activateLanguageServiceRestart (context: ExtensionContext) =
3636let activate ( context : ExtensionContext ) : JS.Promise < Api > =
3737 let solutionExplorer = " FSharp.enableTreeView" |> Configuration.get true
3838
39- let showExplorer = " FSharp.showExplorerOnStartup" |> Configuration.get true
39+ let showExplorer = " FSharp.showExplorerOnStartup" |> Configuration.get false
4040
4141 let tryActivate label activationFn =
4242 fun ctx ->
You can’t perform that action at this time.
0 commit comments