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)
|
set -l dir (status dirname)
|
||||||
source "$dir/../../Scripts/software.fish"
|
source "$dir/../../Scripts/software.fish"
|
||||||
|
|
||||||
function userConfig -V dir -a name
|
function userConfig -V dir -a user
|
||||||
pwsh "$dir/Main.ps1" ConfigureUser;
|
pwsh -CommandWithArgs '& $args[0] ConfigureUser @{ name=$args[1]; }' "$dir/Main.ps1" $user
|
||||||
end
|
end
|
||||||
|
|
||||||
runInstaller $argv
|
runInstaller $argv
|
||||||
|
|
Loading…
Reference in a new issue