Skip to content

Releases: fraktodev/frakto-code-engine

v0.1.0

29 Aug 17:17

Choose a tag to compare

This initial release introduces Frakto Code Engine, a universal formatter and linter runner for Visual Studio Code.
Built to offer zero assumptions and full freedom, it empowers developers to connect any tool, any language, and any custom script — with real-time feedback and file updates on save.


Features

  • External processor support via child processes (spawn/exec)
  • Automatic piping of editor content and direct overwrite with output
  • Per-language configuration with full scope: "language-overridable" support
  • Allows chaining multiple formatters/linters in a single run
  • Customizable debounce time, timeout, and exec paths