Allow configuring vscode for any user

This commit is contained in:
Manuel Thalmann 2024-09-19 22:24:58 +02:00
parent 758230e921
commit 02d0a31e83

View file

@ -4,7 +4,7 @@ begin
source "$dir/../../Scripts/software.fish"
function userConfig -V dir -a name
pwsh "$dir/Main.ps1" ConfigureUser;
pwsh -CommandWithArgs '& $args[0] ConfigureUser @{ name=$args[1]; }' "$dir/Main.ps1" $user
end
runInstaller $argv