OpenAPI Cross-Tool PreflightA local-only validation MVP for API maintainers whose OpenAPI document validates in one tool but renders or generates differently in another. The extension contributes one command: OpenAPI: Run Cross-Tool Preflight. It analyzes the active JSON document and reports a small, documented set of portability risks. It does not upload specifications, call a service, or enable telemetry. Checks in 0.1.0
This is a compatibility preflight, not a complete OpenAPI validator. Verify locally
The command adapter is covered by deterministic tests. A real Extension Development Host smoke test also passed on 2026-08-11. The approved public package is bound to the Try in VS Code after local packagingOpen a JSON OpenAPI document and run the command from the Command Palette. The MVP currently accepts JSON only so the first validation result stays deterministic and dependency-free. |