Allow configuring vscode
for any user
This commit is contained in:
parent
b31d25ea3a
commit
fde022fad4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue