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.collectionDirectoryif 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) |