Skip to content

Commit af22766

Browse files
committed
fix: Clarify that showSkipOption also applies to uninstallations
1 parent cda8b00 commit af22766

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,12 +708,12 @@ export interface DidChangePythonProjectsEventArgs {
708708
export type PackageManagementOptions =
709709
| {
710710
/**
711-
* Upgrade the packages if it is already installed.
711+
* Upgrade the packages if they are already installed.
712712
*/
713713
upgrade?: boolean;
714714

715715
/**
716-
* Show option to skip package installation
716+
* Show option to skip package installation or uninstallation.
717717
*/
718718
showSkipOption?: boolean;
719719
/**
@@ -728,12 +728,12 @@ export type PackageManagementOptions =
728728
}
729729
| {
730730
/**
731-
* Upgrade the packages if it is already installed.
731+
* Upgrade the packages if they are already installed.
732732
*/
733733
upgrade?: boolean;
734734

735735
/**
736-
* Show option to skip package installation
736+
* Show option to skip package installation or uninstallation.
737737
*/
738738
showSkipOption?: boolean;
739739
/**

0 commit comments

Comments
 (0)