- The installed haskell tooling is "stack" installed via winget
winget install commercialhaskell.stack
command: stack ghc -- hello.hs -o ./build/hello.exe
command: rm *.o and rm *.hi or rm *.o, *.hi
(Why? Because I need to write these down somewhere so deal with it 😉)
- git init (Initialize the project)
- git commit -m "Type message here"
- git branch -M main
- git remote add origin https://github.com/myrepo.git
- git push -u origin main
(Why? Because I personally want to avoid moving my hands to mouse or arrow keys) (Consideration: Windows Powershell / VSCode / Defaults)
- Powershell :: create file
ni hello.hs(ni - shorthand for new-item) - VSCode :: open file
Ctrl + Ptype name && navigate down w/Ctrl + P - VSCode :: keyboard shortcuts
Ctrl + K, Ctrl + S
Title: workbench.views.service.auxiliarybar.689dd27a-aeef-468c-85c3-d64367440523: Focus on Folders View
ID: workbench.explorer.fileView.focus
Keybind: ctrl + shift + e