Skip to content

Commit bf1b3a5

Browse files
committed
Add Haskell extension to devcontainer config
1 parent 760750b commit bf1b3a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"settings": {},
1313

1414
// Add the IDs of extensions you want installed when the container is created.
15-
"extensions": [],
15+
"extensions": [
16+
"haskell.haskell"
17+
],
1618

1719
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1820
// "forwardPorts": [],

0 commit comments

Comments
 (0)