From 429bbc985a2cff65dbfde7b393cd46cb2eda0f8c Mon Sep 17 00:00:00 2001 From: Blake Dietz Date: Mon, 4 Feb 2019 23:35:56 -0700 Subject: [PATCH] fix(package.json): Add onView activationEvent --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2e12010..91da826 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "url": "https://github.com/blakedietz/vscode-nested-tags" }, "main": "./out/extension.js", + "activationEvents": [ + "onView:tagTreeView" + ], "contributes": { "views": { "explorer": [