From d8a93e79f0b9c0c4de13a72dd39462002c95c745 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 6 Dec 2022 15:03:39 +0100 Subject: [PATCH] chore: add asyncapi tool info file (#148) --- .asyncapi-tool | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .asyncapi-tool diff --git a/.asyncapi-tool b/.asyncapi-tool new file mode 100644 index 0000000..1d7c771 --- /dev/null +++ b/.asyncapi-tool @@ -0,0 +1,11 @@ +title: asyncapi-preview +description: | + VSCode extension that enables you to: + - Preview documentation generated using you AsyncAPI document. It uses AsyncAPI React component under the hood, + - Create AsyncAPI documents faster using SmartPaste functionality +filters: + technology: + - VSCode + - SmartPaste + categories: + - ide-extension