We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2051a86 commit b687788Copy full SHA for b687788
release/package.json
@@ -829,7 +829,7 @@
829
"type": "boolean"
830
},
831
"FSharp.showExplorerOnStartup": {
832
- "default": true,
+ "default": false,
833
"description": "Automatically shows solution explorer on plugin startup",
834
835
src/fsharp.fs
@@ -36,7 +36,7 @@ let private activateLanguageServiceRestart (context: ExtensionContext) =
36
let activate (context: ExtensionContext) : JS.Promise<Api> =
37
let solutionExplorer = "FSharp.enableTreeView" |> Configuration.get true
38
39
- let showExplorer = "FSharp.showExplorerOnStartup" |> Configuration.get true
+ let showExplorer = "FSharp.showExplorerOnStartup" |> Configuration.get false
40
41
let tryActivate label activationFn =
42
fun ctx ->
0 commit comments