From afd3f1b646792fb88a9d6eddec1f1c00d71f71fe Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 8 Apr 2023 22:24:17 -0400 Subject: [PATCH] Adds missing activation event --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3862b48..1e5e8be 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,9 @@ "tabs", "open" ], - "activationEvents": [], + "activationEvents": [ + "onView:viewId:restoreEditors.views.layouts" + ], "capabilities": { "untrustedWorkspaces": { "supported": true