File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -708,12 +708,12 @@ export interface DidChangePythonProjectsEventArgs {
708708export 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 /**
You can’t perform that action at this time.
0 commit comments