Skip to content

Commit e9df42d

Browse files
committed
Updates
1 parent 042778d commit e9df42d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/chat/createVirtualEnvTool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class CreateVirtualEnvTool implements LanguageModelTool<IResourceReferenc
161161
title: l10n.t('Create a Virtual Environment{0}?', version ? ` (${version})` : ''),
162162
message: l10n.t(`Virtual Environments provide the benefit of package isolation and more.`),
163163
},
164+
invocationMessage: l10n.t('Creating a Virtual Environment'),
164165
};
165166
}
166167
async hasAlreadyGotAWorkspaceSpecificEnvironment(resource: Uri | undefined) {

0 commit comments

Comments
 (0)