Skip to content

Commit aafe80a

Browse files
Update src/api.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 37a8889 commit aafe80a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)