From 01a0cb2b8a47dd186593f407f9f8ef0e7ecfe2b2 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 14:19:26 +0300 Subject: [PATCH] Change activation event --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48ddde4..a756284 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Other" ], "activationEvents": [ - "onCommand:gitcheck.helloWorld" + "workspaceContains:.git/" ], "main": "./out/extension.js", "contributes": {