- Make sure nodejs, the .Net SDK, and yarn are installed and on your path
- clone the git repo:
git clone https://github.com/acormier/vscode-extension-fable-simple.git
- Switch to directory:
cd vscode-extension-fable-simple
- Launch Visual Studio Code:
code .
- In vscode press F5 to get dependencies, build, and launch.
Only tested on the mac. Look at ./.vscode/tasks.json to understand what's going on.