File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,9 +393,9 @@ export interface EnvironmentManager {
393393 *
394394 * @remarks
395395 * Called when the user:
396- * - Runs the "Python: Create Environment" command (which prompts for a manager to use).
397- * - Clicks the "+" button on an environment manager in the Python Environments view.
398- * - Creates a new environment as part of the new Python package project creation wizard .
396+ * - Invokes the `python.createEnvironment` command (which prompts for a manager to use).
397+ * - Uses the add-environment action for an environment manager in the Python Environments view.
398+ * - Creates a new environment as part of a Python package project creation flow .
399399 */
400400 create ?( scope : CreateEnvironmentScope , options ?: CreateEnvironmentOptions ) : Promise < PythonEnvironment | undefined > ;
401401
You can’t perform that action at this time.
0 commit comments