File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
pythonEnvironments/creation/provider Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ export namespace CreateEnv {
440
440
export const created = l10n . t ( 'Environment created...' ) ;
441
441
export const installingPackages = l10n . t ( 'Installing packages...' ) ;
442
442
export const errorCreatingEnvironment = l10n . t ( 'Error while creating virtual environment.' ) ;
443
- export const selectPythonQuickPickTitle = l10n . t ( 'Select a python to use for environment creation ' ) ;
443
+ export const selectPythonPlaceHolder = l10n . t ( 'Select a python to create the virtual environment ' ) ;
444
444
export const providerDescription = l10n . t ( 'Creates a `.venv` virtual environment in the current workspace' ) ;
445
445
export const error = l10n . t ( 'Creating virtual environment failed with error.' ) ;
446
446
export const tomlExtrasQuickPickTitle = l10n . t ( 'Select optional dependencies to install from pyproject.toml' ) ;
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ export class VenvCreationProvider implements CreateEnvironmentProvider {
166
166
{
167
167
skipRecommended : true ,
168
168
showBackButton : true ,
169
+ placeholder : CreateEnv . Venv . selectPythonPlaceHolder ,
170
+ title : null ,
169
171
} ,
170
172
) ;
171
173
} catch ( ex ) {
You can’t perform that action at this time.
0 commit comments