The sample for building VSCode extensions using F# and Fable.
- VSCode
- Node.js
dotnet5.0- Yarn
yarn installcd src && dotnet restorecd .. && code .- Press
F5for single build, or runWatchtask andLaunch Onlydebug configuration for watch mode compilation.