Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:29
a031cd2

The first release of FsHttp.Studio 🎉

What it does

Open a .fsx script with FsHttp requests in it. A ▶ Run request CodeLens appears above each http { } block. Click it, and:

  • Only that block runs, evaluated against a fresh evaluation of its surrounding setup (opens, #r, helpers)
  • A response viewer panel opens beside your editor and renders the body, dispatched on its Content-Type: images inline, JSON as a collapsible syntax-highlighted tree, HTML as a rendered page, everything else as readable wrapped text.
  • A thin status line shows method, URL, a color-coded status code, round-trip time and size, with the headers one collapse away.

Install

Prerequisite: a .NET 10 SDK or newer. Get it from aka.ms/dotnet/download.

Grab the fshttp-studio-0.1.0.vsix attached below, then install it with Extensions: Install from VSIX… (Command Palette) or code --install-extension fshttp-studio-0.1.0.vsix.

Marketplace and Open VSX listings are on the way.

License

MIT. See the repository for full details and the roadmap.