Skip to content

Commit bf17384

Browse files
committed
fix: text used with missing extension.
1 parent 89d5178 commit bf17384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/common/managerReady.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ManagerReadyImpl implements ManagerReady {
7575
} else {
7676
traceError(`Extension for manager ${extId} is not installed.`);
7777
const result = await showErrorMessage(
78-
l10n.t(`Extension for {0} is not installed or enabled for this workspace.`, extId),
78+
l10n.t(`Do you want to install extension ${extId} to enable {1} support.`, extId, managerId),
7979
WorkbenchStrings.installExtension,
8080
);
8181
if (result === WorkbenchStrings.installExtension) {

0 commit comments

Comments
 (0)