Example that can be used as a base to write a VS Code extension with Fable.
Run npm install
to install dependencies.
To test, run npm start
and then in VS Code click F5.
For publishing, edit the package.json with your publishing data and then run: npm run pack
to create the package.