diff --git a/scripts/Install-VSCode.ps1 b/scripts/Install-VSCode.ps1 index c62621f284..32ff6084ce 100644 --- a/scripts/Install-VSCode.ps1 +++ b/scripts/Install-VSCode.ps1 @@ -1,6 +1,6 @@ <#PSScriptInfo -.VERSION 1.4.1 +.VERSION 1.4.2 .GUID 539e5585-7a02-4dd6-b9a6-5dd288d0a5d0 @@ -25,20 +25,25 @@ .EXTERNALSCRIPTDEPENDENCIES .RELEASENOTES + 02/06/2021 - Fix an architecture check issue with non-English localizations. + -- + 01/04/2021 - Fix host for downloading VSCode. + -- 07/10/2019 - Fix a version check when installing user-builds with Windows Powershell greater than 5. -- - 30/08/2019 - added functionality to install the "User Install" variant of Stable Edition. + 30/08/2019 - Added functionality to install the "User Install" variant of Stable Edition. -- - 07/11/2018 - added support for PowerShell Core and macOS/Linux platforms. + 07/11/2018 - Added support for PowerShell Core and macOS/Linux platforms. -- - 15/08/2018 - added functionality to install the new "User Install" variant of Insiders Edition. + 15/08/2018 - Added functionality to install the new "User Install" variant of Insiders Edition. -- - 21/03/2018 - added functionality to install the VSCode context menus. Also, VSCode is now always added to the search path + 21/03/2018 - Added functionality to install the VSCode context menus. + Also, VSCode is now always added to the search path. -- - 20/03/2018 - fix OS detection to prevent error + 20/03/2018 - Fix OS detection to prevent error -- - 28/12/2017 - added functionality to support 64-bit versions of VSCode - & support for installation of VSCode Insiders Edition. + 28/12/2017 - Added functionality to support 64-bit versions of VSCode + and support for installation of VSCode Insiders Edition. -- Initial release. #>