Change error message

This commit is contained in:
2021-12-07 15:03:15 +03:00
parent 3c9a3f8168
commit 5e776f686b

View File

@@ -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");
}
}
});