We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad76995 commit e750e17Copy full SHA for e750e17
1 file changed
src/managers/builtin/venvUtils.ts
@@ -353,7 +353,7 @@ async function createWithCustomization(version: string): Promise<boolean | undef
353
{
354
label: VenvManagerStrings.quickCreate,
355
description: VenvManagerStrings.quickCreateDescription,
356
- detail: l10n.t(`Will use Python version ${version} and install workspace dependencies .`),
+ detail: l10n.t('Will use Python version {0} and install workspace dependencies .', version),
357
},
358
359
label: VenvManagerStrings.customize,
0 commit comments