From f1c96a68433024e34db807e4494ba5ba77f0bc20 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 1 Apr 2024 20:10:36 +0200 Subject: [PATCH] Ensure vscode is in path --- scripts/Windows/Collections/Generic.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Collections/Generic.ps1 b/scripts/Windows/Collections/Generic.ps1 index b42ef3ee..c7a6d470 100644 --- a/scripts/Windows/Collections/Generic.ps1 +++ b/scripts/Windows/Collections/Generic.ps1 @@ -75,6 +75,7 @@ function Restore-GenericApps([Context] $context) { choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium; winget install --scope machine --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"'; + refreshenv; . "$PSScriptRoot/../Config/vscode/Install.ps1"; choco install -y `