From 17617e9cedc588d2d90a31ef0f0de1f657c39f2b Mon Sep 17 00:00:00 2001 From: Andrew Walsh <15863952+AndrewWalsh@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:51:02 +0000 Subject: [PATCH] feat: add OpenAPI Preview (#517) (#519) Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> --- _data/tools.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/tools.yml b/_data/tools.yml index 3d91016c..c1d9c3d2 100755 --- a/_data/tools.yml +++ b/_data/tools.yml @@ -1700,6 +1700,16 @@ v2: true v3: true +- name: VSCode OpenAPI Preview + category: documentation + language: TypeScript + link: https://marketplace.visualstudio.com/items?itemName=zoellner.openapi-preview + github: https://github.com/zoellner/openapi-preview + description: Preview OpenAPI v3.0 & v3.1 documents in Visual Studio Code using Spotlight Elements. + v2: false + v3: true + v3_1: true + - name: openapi-processor category: - server