To use,
- Install Visual Studio Code with the Metals extension
- Install
scala-cli
- Clone this repository:
git clone https://github.com/spamegg1/scala-toolkit-tutorial
- Open the folder and set it up for use with
scala-cli
and VS Code:
cd scala-toolkit-tutorial
scala-cli setup-ide .
- Open the folder in VS Code:
code .