You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ The development container has the following features:
8
8
9
9
-**Pre-configured Cabal, Stack and HLS:** Cabal, Stack and HLS come pre-installed and pre-configured.
10
10
-**Pre-installed development tools:** The development container comes with a number of generic (Git, Neovim, SSH, etc.) and Haskell-specific (ormolu, implicit-hie, retrie, etc.) development tools pre-installed.
11
-
-**Integrated GHCi:** The development container comes with an integrated GHCi-shell.
11
+
-**Integrated GHCi:** The development container comes with an integrated GHCishell.
12
12
-**Offline support:** Hoogle and Hackage are included locally in the container, meaning you do not need an internet connection to find definitions or read documentation.
13
13
14
-
To open the integrated GHCi-shell, press <kbd>Alt</kbd> + <kbd>Z</kbd> and then <kbd>7</kbd>. To search Hoogle, press <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>H</kbd>.
14
+
To open the integrated GHCishell, press the yellow lambda symbol in the top-right corner. To search Hoogle, press <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>H</kbd>.
15
15
16
16
## Using with Visual Studio Code
17
17
@@ -76,8 +76,7 @@ Following VSCode extensions are automatically installed after container is start
0 commit comments