Skip to content

Commit 92b13d2

Browse files
extremegflnicola
andauthored
Fix grammar nit
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent a8b60af commit 92b13d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function warnAboutExtensionConflicts() {
425425
const fst = found[0];
426426
const sec = found[1];
427427
vscode.window.showWarningMessage(
428-
`You have both ${fst[0]} (${fst[1]}) and ${sec[0]} (${sec[1]}) ` +
428+
`You have both the ${fst[0]} (${fst[1]}) and ${sec[0]} (${sec[1]}) ` +
429429
"plugins enabled. These are known to conflict and cause various functions of " +
430430
"both plugins to not work correctly. You should disable one of them.", "Got it");
431431
};

0 commit comments

Comments
 (0)