Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Invalid pest command #167

Open
edalzell opened this issue Jan 7, 2025 · 1 comment
Open

[Bug]: Invalid pest command #167

edalzell opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels

Comments

@edalzell
Copy link

edalzell commented Jan 7, 2025

Extension Version

0.1.15

PHP Binary

Herd

Operating System

macOS

What happened?

I get this error all the time when I open a php file.

2025-01-07 09:50:09.528 [info] Activating Laravel Extension...
2025-01-07 09:50:09.528 [info] Started
2025-01-07 09:50:12.001 [error] Error:
 Eloquent Attributes and Relations

__VSCODE_LARAVEL_START_OUTPUT__
   Pest\Exceptions\InvalidPestCommand 

  Please run [./vendor/bin/pest] instead.


2025-01-07 09:50:12.001 [error] /Users/erin/Library/Application\ Support/Herd/bin/php /Users/erin/Sites/glazed/vendor/_laravel_ide/discover-5ea4ce032fd4176b9750a211674781fa.php
2025-01-07 09:50:12.001 [error] Eloquent Attributes and Relations

__VSCODE_LARAVEL_START_OUTPUT__
   Pest\Exceptions\InvalidPestCommand 

  Please run [./vendor/bin/pest] instead.


Mimimal Code Sample

No response

@joetannenbaum
Copy link
Collaborator

This one is pretty weird, no idea how it's getting to Pest...

I'm curious: If you run php artisan model:show [name of any of your models] --json does this error show up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants