Fix grammar nit

Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
P. Horban 2020-12-22 16:22:33 +01:00 committed by GitHub
parent a8b60afc2a
commit 92b13d2fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,7 +425,7 @@ function warnAboutExtensionConflicts() {
const fst = found[0];
const sec = found[1];
vscode.window.showWarningMessage(
`You have both ${fst[0]} (${fst[1]}) and ${sec[0]} (${sec[1]}) ` +
`You have both the ${fst[0]} (${fst[1]}) and ${sec[0]} (${sec[1]}) ` +
"plugins enabled. These are known to conflict and cause various functions of " +
"both plugins to not work correctly. You should disable one of them.", "Got it");
};