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 {
440440 export const created = l10n . t ( 'Environment created...' ) ;
441441 export const installingPackages = l10n . t ( 'Installing packages...' ) ;
442442 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 ' ) ;
444444 export const providerDescription = l10n . t ( 'Creates a `.venv` virtual environment in the current workspace' ) ;
445445 export const error = l10n . t ( 'Creating virtual environment failed with error.' ) ;
446446 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 {
166166 {
167167 skipRecommended : true ,
168168 showBackButton : true ,
169+ placeholder : CreateEnv . Venv . selectPythonPlaceHolder ,
170+ title : null ,
169171 } ,
170172 ) ;
171173 } catch ( ex ) {
You can’t perform that action at this time.
0 commit comments