fable-compiler / fable-vscode-extension

Example of a VS Code Extension Written in F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fable VS Code Extension Sample

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.

About

Example of a VS Code Extension Written in F#

License:MIT License


Languages

Language:F# 100.0%