Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Aug 14, 2019
1 parent 9f39beb commit a5d2133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Commands/VsCode/VsCodeConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Lwwcas\Holo\Traits\Runable;
use Symfony\Component\Process\Process;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

Expand Down Expand Up @@ -39,6 +38,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
$process = new Process('cp ~/.holo/.vscode/settings.json ~/.config/Code/User/settings.json');
$this->runProcess($process, $output);

$output->writeln("<comment>Visual Studio Configuration is Done. ✔</comment>");

}

}
2 changes: 0 additions & 2 deletions src/Commands/VsCode/VsCodeFont.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Lwwcas\Holo\Traits\Runable;
use Symfony\Component\Process\Process;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

Expand Down

0 comments on commit a5d2133

Please sign in to comment.