From 6cbf86f822a49bf6a66cacb6f3e5f7a5f698ede8 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 12 Feb 2024 13:02:39 +0100 Subject: [PATCH] Add is repo --- src/constants/GeneralCommands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/GeneralCommands.ts b/src/constants/GeneralCommands.ts index 3deef171..e761c335 100644 --- a/src/constants/GeneralCommands.ts +++ b/src/constants/GeneralCommands.ts @@ -11,6 +11,7 @@ export const GeneralCommands = { toVSCode: { openLink: 'openLink', git: { + isRepo: 'gitIsRepo', sync: 'gitSync', fetch: 'getFetch', getBranch: 'getBranch',