From 5e776f686b9f127645152ae81ca268a2aa1fbed5 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Tue, 7 Dec 2021 15:03:15 +0300 Subject: [PATCH] Change error message --- src/extension.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extension.ts b/src/extension.ts index bbc4a6f..d46d62e 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -61,6 +61,7 @@ export async function activate() { }); if (gitName !== name || gitEmail !== email) { console.error("Wrong user settings in git"); + vscode.window.showErrorMessage("Wrong user settings in git"); } } });