From 39a3e20a695a09ed3b2eb5b1970e9490e1dbb259 Mon Sep 17 00:00:00 2001 From: Serg Kryvonos Date: Sun, 12 May 2024 09:15:00 +0200 Subject: [PATCH] Add activation event for .adoc files (#877) Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 95fce70f..8dcd2a16 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,10 @@ "categories": [ "Programming Languages" ], - "activationEvents": [ - "onWebviewPanel:asciidoc.preview" - ], + "activationEvents": [ + "onWebviewPanel:asciidoc.preview", + "onLanguage:asciidoc" + ], "contributes": { "languages": [ {