Skip to content

Commit c9d3b4c

Browse files
committed
Corrects old command names in package.json (fixes #243)
1 parent b5166b9 commit c9d3b4c

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
@@ -161,12 +161,12 @@
161161
},
162162
"commands": [
163163
{
164-
"command": "hie.commands.importIdentifier",
164+
"command": "haskell.commands.importIdentifier",
165165
"title": "Haskell: Import identifier",
166166
"description": "Imports a function or type based on a Hoogle search"
167167
},
168168
{
169-
"command": "hie.commands.restartHie",
169+
"command": "haskell.commands.restartServer",
170170
"title": "Haskell: Restart Haskell LSP server",
171171
"description": "Restart the Haskell LSP server"
172172
}

0 commit comments

Comments
 (0)