We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b282def commit ce8c2efCopy full SHA for ce8c2ef
package.json
@@ -96,8 +96,8 @@
96
"haskell.openDocumentationInHackage": {
97
"scope": "resource",
98
"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."
+ "default": true,
+ "description": "When opening 'Documentation' for external libraries, open in hackage by default. Set to false to instead open in vscode."
101
},
102
"haskell.trace.server": {
103
0 commit comments