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