Start your Logic Apps Standard runtime and Azurite (host or Docker)
Open your project in VS Code
Use the command palette (Cmd/Ctrl+Shift+P) and search for:
Detect Logic Apps Runtime and Azurite
Validate Logic Apps Management API
Open Backend Logic Apps UX
Open Logic Apps Run History Panel
If the management API requires authorization, the extension auto-fetches the local host master key (/_master); you can also set a specific key via settings
In the run history panel, click on a run to view input/output for each action or refresh the list as needed
Extension Settings
The extension contributes the following settings (Command Palette → Preferences: Open Settings (UI)):
logicAppsLocalDevTools.managementApi.baseUrl: Base URL for the local Logic Apps runtime (default: http://localhost:7071/runtime/). The extension appends webhooks/workflow/api/management automatically.
Note about non-Docker setups
If your Logic Apps runtime is not running in Docker or listens on a different host/port, configure the extension setting logicAppsLocalDevTools.managementApi.baseUrl to point to your runtime base (for example: http://my-host:7071/runtime/ or http://127.0.0.1:7071/runtime/). The extension's runtime detection and the "Open Backend Logic Apps UX" flow will prefer this configured host as a fallback instead of assuming localhost.
logicAppsLocalDevTools.managementApi.apiVersion: API version appended to every management API request (default: 2016-06-01)
logicAppsLocalDevTools.managementApi.apiKey: Optional function/system key to append as code and x-functions-key for secured endpoints
Leave empty to let the extension retrieve the local _master key automatically via /admin/host/systemkeys/_master
Known Issues
Workflow trigger and run result commands are placeholders
Release Notes
0.1.0
Initial release: runtime detection, designer launch, run history panel with drill-in