The sample for building VSCode extensions using F# and Fable.
- VSCode
- Node.js
dotnet
5.0- Yarn
yarn install
cd src && dotnet restore
cd .. && code .
- Press
F5
for single build, or runWatch
task andLaunch Only
debug configuration for watch mode compilation.