From 81d0f2de3270fd4342e50e6f66996e09cb92d956 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 8 Aug 2024 14:03:15 +0200 Subject: [PATCH] Add notes to installation script --- scripts/Windows/Software/VisualStudio/Manage.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Software/VisualStudio/Manage.ps1 b/scripts/Windows/Software/VisualStudio/Manage.ps1 index 79b7301a..518a412a 100644 --- a/scripts/Windows/Software/VisualStudio/Manage.ps1 +++ b/scripts/Windows/Software/VisualStudio/Manage.ps1 @@ -29,4 +29,5 @@ param( }; # ToDo: Add restoration + # Only restore version if it has been backed up } $PSBoundParameters;