All Projects → ionide → ionide-vscode-mechanic

ionide / ionide-vscode-mechanic

Licence: MIT license
Mechanic plugin for VS Code

Programming Languages

F#
602 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Batchfile
5799 projects

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

Requirements

  • VSCode
  • Node.js
  • .Net Framework or mono
  • dotnet 2.0
  • Yarn
  • ionide

How to build

  1. build.cmd on windows or build.sh on Linux/Mac
  2. code .
  3. Press F5 for single build, or run Watch task and Launch Only debug configuration for watch mode compilation.

How to release

  1. npm install -g vsce (only needed once)
  2. Create new entry in RELEASE_NOTES.md
  3. Run build.cmd Release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].