Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 447 Bytes

Build and running the app

  1. Make sure nodejs, the .Net SDK, and yarn are installed and on your path
  2. clone the git repo: git clone https://github.com/acormier/vscode-extension-fable-simple.git
  3. Switch to directory: cd vscode-extension-fable-simple
  4. Launch Visual Studio Code: code .
  5. 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.