From 242998840ecaefb20e7309f640628204c28490b5 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 15:35:56 +0300 Subject: [PATCH] Add extensionDependencies --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1f04461..1caca8b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "activationEvents": [ "workspaceContains:.git/" ], + "extensionDependencies": [ + "vscode.git" + ], "main": "./out/extension.js", "contributes": { "configuration":[