You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a new Python environment within the specified scope. Create should support adding a .gitignore file if it creates a folder within the workspace.
382
+
* Creates a new Python environment within the specified scope. Create should support adding a .gitignore file if it creates a folder within the workspace. If a manager does not support environment creation, do not implement this method; the UI disables "create" options when `this.manager.create === undefined`.
383
383
* @param scope - The scope within which to create the environment.
384
384
* @param options - Optional parameters for creating the Python environment.
385
385
* @returns A promise that resolves to the created Python environment, or undefined if creation failed.
0 commit comments