VS Code Extensions
V

VSCode Posting

by Danix

Run the Posting TUI API client inside a VS Code editor tab

Downloads

1

Rating

(0)

Version

0.0.2

Last updated

Jul 20, 2026

Runs the Posting TUI HTTP client inside a VS Code editor tab, the same way vscode-yazi embeds yazi.

Requirements

The posting CLI must be installed and on your PATH (e.g. brew install posting).

Commands

  • Posting: Open — opens Posting in a new editor tab, using posting.collectionDirectory if set, otherwise the first workspace folder.
  • Posting: Open Collection Here — right-click a folder in the Explorer to open Posting with that folder as its collection directory.

Re-running a command against the same collection reveals the existing tab instead of opening a duplicate.

Settings

Setting Description Default
posting.executablePath Path to the posting executable posting
posting.collectionDirectory Default collection directory (-c) (unset)
posting.envFile Path to a .env file passed via -e (unset)

Related extensions