|
1 | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
2 | 2 | // Licensed under the MIT License. |
3 | 3 |
|
4 | | -import { |
| 4 | +import type { |
5 | 5 | Disposable, |
6 | 6 | Event, |
7 | 7 | FileChangeType, |
@@ -890,9 +890,8 @@ export interface PythonEnvironmentManagerRegistrationApi { |
890 | 890 | * |
891 | 891 | * @param manager Environment Manager implementation to register. |
892 | 892 | * @param options Optional registration options. |
893 | | - * @param options.extensionId The extension ID of the calling extension. This is used as a fallback when |
894 | | - * automatic extension detection fails, such as during F5 debugging where the extension's file path |
895 | | - * does not contain its marketplace ID. If automatic detection succeeds, this value is ignored. |
| 893 | + * @param options.extensionId The extension ID of the calling extension. When this is not specified, |
| 894 | + * or when the specified extension cannot be found, the extension ID will be automatically detected. |
896 | 895 | * @returns A disposable that can be used to unregister the environment manager. |
897 | 896 | * @see {@link EnvironmentManager} |
898 | 897 | */ |
@@ -999,9 +998,8 @@ export interface PythonPackageManagerRegistrationApi { |
999 | 998 | * |
1000 | 999 | * @param manager Package Manager implementation to register. |
1001 | 1000 | * @param options Optional registration options. |
1002 | | - * @param options.extensionId The extension ID of the calling extension. This is used as a fallback when |
1003 | | - * automatic extension detection fails, such as during F5 debugging where the extension's file path |
1004 | | - * does not contain its marketplace ID. If automatic detection succeeds, this value is ignored. |
| 1001 | + * @param options.extensionId The extension ID of the calling extension. When this is not specified, |
| 1002 | + * or when the specified extension cannot be found, the extension ID will be automatically detected. |
1005 | 1003 | * @returns A disposable that can be used to unregister the package manager. |
1006 | 1004 | * @see {@link PackageManager} |
1007 | 1005 | */ |
|
0 commit comments