From aacb05623e30a40504986c09e3a016549edf7a20 Mon Sep 17 00:00:00 2001 From: thosoo Date: Thu, 1 Apr 2021 11:01:18 +0200 Subject: [PATCH] Update download host Host has changed from https://vscode-update.azurewebsites.net/ to https://update.code.visualstudio.com/ --- scripts/Install-VSCode.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Install-VSCode.ps1 b/scripts/Install-VSCode.ps1 index cacb817cb8..97359624e5 100644 --- a/scripts/Install-VSCode.ps1 +++ b/scripts/Install-VSCode.ps1 @@ -375,7 +375,7 @@ function Get-CodePlatformInformation { ExePath = $exePath Platform = $platform Channel = $channel - FileUri = "https://vscode-update.azurewebsites.net/latest/$platform/$channel" + FileUri = "https://update.code.visualstudio.com/latest/$platform/$channel" Extension = $ext }