Allow configuring vscode for any user

This commit is contained in:
Manuel Thalmann 2024-09-19 22:24:58 +02:00
parent b31d25ea3a
commit fde022fad4

View file

@ -3,8 +3,8 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function userConfig -V dir -a name
pwsh "$dir/Main.ps1" ConfigureUser;
function userConfig -V dir -a user
pwsh -CommandWithArgs '& $args[0] ConfigureUser @{ name=$args[1]; }' "$dir/Main.ps1" $user
end
runInstaller $argv