Difference between revisions of "Translations:Functional programming/17/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
#* Use default paths. Installer adds to system variable <code>PATH</code> a path to executable <code>stack.exe</code>. | #* Use default paths. Installer adds to system variable <code>PATH</code> a path to executable <code>stack.exe</code>. | ||
# Download and install VS Code [https://code.visualstudio.com/#alt-downloads https://code.visualstudio.com/#alt-downloads] | # Download and install VS Code [https://code.visualstudio.com/#alt-downloads https://code.visualstudio.com/#alt-downloads] | ||
+ | # Open <code>cmd</code> and type:<pre class="bash">stack install intero phoityne-vscode haskell-dap --system-ghc</pre> | ||
# Open file <code>c:\sr\config.yaml</code> and add a line <pre>system-ghc : true</pre> | # Open file <code>c:\sr\config.yaml</code> and add a line <pre>system-ghc : true</pre> | ||
− | |||
#* Attribute <code>--system-ghc</code> is optional and redundant to previous step (it is the same setting, but global). | #* Attribute <code>--system-ghc</code> is optional and redundant to previous step (it is the same setting, but global). | ||
# Open VS Code and install extensions: | # Open VS Code and install extensions: | ||
#* Haskero | #* Haskero | ||
#* Haskell GHCi Debug Adapter Phoityne | #* Haskell GHCi Debug Adapter Phoityne |
Latest revision as of 08:34, 12 August 2019
- Download and install Haskell platform from https://www.haskell.org/platform/windows.html
- Use default paths. Installer adds to system variable
PATH
a path to executablestack.exe
.
- Use default paths. Installer adds to system variable
- Download and install VS Code https://code.visualstudio.com/#alt-downloads
- Open
cmd
and type:stack install intero phoityne-vscode haskell-dap --system-ghc
- Open file
c:\sr\config.yaml
and add a linesystem-ghc : true
- Attribute
--system-ghc
is optional and redundant to previous step (it is the same setting, but global).
- Attribute
- Open VS Code and install extensions:
- Haskero
- Haskell GHCi Debug Adapter Phoityne