/fable-vscode-demo

Example of using F# Fable to create VSCode extension

Primary LanguageF#MIT LicenseMIT

The sample for building VSCode extensions using F# and Fable.

Requirements

  • VSCode
  • Node.js
  • dotnet 5.0
  • Yarn

How to build

  1. yarn install
  2. cd src && dotnet restore
  3. cd .. && code .
  4. Press F5 for single build, or run Watch task and Launch Only debug configuration for watch mode compilation.