Skip to content

Commit 5bd846d

Browse files
committed
Add snippet config option
1 parent a551c65 commit 5bd846d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
"default": true,
7676
"description": "Get suggestions from hlint"
7777
},
78+
"languageServerHaskell.completionSnippetsOn": {
79+
"title": "Completion Snippets",
80+
"scope": "resource",
81+
"type": "boolean",
82+
"default": true,
83+
"description": "Show snippets with type information when using code completion"
84+
},
7885
"languageServerHaskell.liquidOn": {
7986
"scope": "resource",
8087
"type": "boolean",

0 commit comments

Comments
 (0)