Ensure vscode is in path
This commit is contained in:
parent
c3c8d5719d
commit
ef8b83b102
1 changed files with 1 additions and 0 deletions
|
@ -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 `
|
||||
|
|
Loading…
Reference in a new issue