Skip to content

Commit e5052d9

Browse files
fix: clarify that showSkipOption also applies to uninstallations (#288)
The description seems to be a leftover from #279.
1 parent 994f515 commit e5052d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,12 +727,12 @@ export interface DidChangePythonProjectsEventArgs {
727727
export type PackageManagementOptions =
728728
| {
729729
/**
730-
* Upgrade the packages if it is already installed.
730+
* Upgrade the packages if they are already installed.
731731
*/
732732
upgrade?: boolean;
733733

734734
/**
735-
* Show option to skip package installation
735+
* Show option to skip package installation or uninstallation.
736736
*/
737737
showSkipOption?: boolean;
738738
/**
@@ -747,12 +747,12 @@ export type PackageManagementOptions =
747747
}
748748
| {
749749
/**
750-
* Upgrade the packages if it is already installed.
750+
* Upgrade the packages if they are already installed.
751751
*/
752752
upgrade?: boolean;
753753

754754
/**
755-
* Show option to skip package installation
755+
* Show option to skip package installation or uninstallation.
756756
*/
757757
showSkipOption?: boolean;
758758
/**

0 commit comments

Comments
 (0)