Skip to content

Commit ce8c2ef

Browse files
committed
Set openDocumentationInHackage to true by default.
1 parent b282def commit ce8c2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"haskell.openDocumentationInHackage": {
9797
"scope": "resource",
9898
"type": "boolean",
99-
"default": false,
100-
"description": "When opening 'Documentation' for external libraries, open in vscode by default. Set to true to instead open in hackage."
99+
"default": true,
100+
"description": "When opening 'Documentation' for external libraries, open in hackage by default. Set to false to instead open in vscode."
101101
},
102102
"haskell.trace.server": {
103103
"scope": "resource",

0 commit comments

Comments
 (0)