TheColorRed / vscode-laravel-artisan

Visual Studio Code Laravel Artisan Extension
https://marketplace.visualstudio.com/items?itemName=ryannaddy.laravel-artisan
68 stars 19 forks source link

When running make:migrate showing the migration takes a while #67

Closed marcorivm closed 1 year ago

marcorivm commented 4 years ago

The migration file is created very quickly but the artisan make:migration command takes a while to complete since it will rul $this->composer->dumpAutoloads(); at the end, this makes the command seem really slow while in reality we could be editing the file right away. https://github.com/TheColorRed/vscode-laravel-artisan/blob/fcaeee1baf6b966fc4b388a90baa1a237600acb2/src/commands/make/Migration.ts#L35

Is there a way to read cmd output as it's being sent by laravel and act based on that?

github-actions[bot] commented 1 year ago

Marking issue as stale since there has'nt been any activity recently.