Skip to content

Commit 9a8205d

Browse files
authored
Merge pull request #115 from bubba/snippets
Add snippet config option
2 parents 24a9021 + 0ffd30d commit 9a8205d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-hie-server",
33
"displayName": "Haskell Language Server",
44
"description": "Language Server Protocol for Haskell via HIE",
5-
"version": "0.0.23",
5+
"version": "0.0.24",
66
"license": "MIT",
77
"publisher": "alanz",
88
"engines": {
@@ -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)