diff --git a/src/Commands/VsCode/VsCodeConfig.php b/src/Commands/VsCode/VsCodeConfig.php
index dcaedc4..16ac930 100644
--- a/src/Commands/VsCode/VsCodeConfig.php
+++ b/src/Commands/VsCode/VsCodeConfig.php
@@ -36,7 +36,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
     {
 
         // Copy all config to Visual Studio Code
-        $process = new Process('cp ~/vendor/lwwcas/holo-builder/.vscode/settings.json ~/.config/Code/User/settings.json');
+        $process = new Process('cp ~/.holo/.vscode/settings.json ~/.config/Code/User/settings.json');
        $this->runProcess($process, $output);
 
     }