KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
ionide-vscode-mechanic
★ 17
Open GitHub ↗
Mechanic plugin for VS Code
Download README (.md)
Explore Similar Repositories
Mechanic
:
No description available.
ionide-vscode-paket
:
VS Code plugin for Paket
ionide-fsgrammar
:
Shared Textmate Regex Style F# Language Grammar
ionide-vscode-helpers
:
Common helpers for VS Code plugins
ionide-vscode-fake
:
VS Code plugin for FAKE
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ionide-vscode-mechanic
?
Download (.md)
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`