We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b60af commit 92b13d2Copy full SHA for 92b13d2
editors/code/src/main.ts
@@ -425,7 +425,7 @@ function warnAboutExtensionConflicts() {
425
const fst = found[0];
426
const sec = found[1];
427
vscode.window.showWarningMessage(
428
- `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]}) ` +
429
"plugins enabled. These are known to conflict and cause various functions of " +
430
"both plugins to not work correctly. You should disable one of them.", "Got it");
431
};
0 commit comments