We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.20
Docker
macOS
When running the extension, it fails and throws an error
`2025-02-17 11:28:05.957 [info] Stopped 2025-02-17 11:28:07.268 [info] Activating Laravel Extension... 2025-02-17 11:28:07.268 [info] Started 2025-02-17 11:28:12.660 [error] Translations
Error: VSCODE_LARAVEL_START_OUTPUT TypeError
Cannot access offset of type array on array
at vendor/_laravel_ide/discover-3882913f82005746ab5ab1368f4920b5.php:245 241▕ } 242▕ 243▕ protected function getValueIndex($value) 244▕ { ➜ 245▕ $index = $this->values[$value] ?? null; 246▕ 247▕ if ($index !== null) { 248▕ return $index; 249▕ }`
The text was updated successfully, but these errors were encountered:
#341
Sorry, something went wrong.
joetannenbaum
No branches or pull requests
Extension Version
0.1.20
PHP Binary
Docker
Operating System
macOS
What happened?
When running the extension, it fails and throws an error
`2025-02-17 11:28:05.957 [info] Stopped
2025-02-17 11:28:07.268 [info] Activating Laravel Extension...
2025-02-17 11:28:07.268 [info] Started
2025-02-17 11:28:12.660 [error] Translations
Error: VSCODE_LARAVEL_START_OUTPUT
TypeError
Cannot access offset of type array on array
at vendor/_laravel_ide/discover-3882913f82005746ab5ab1368f4920b5.php:245
241▕ }
242▕
243▕ protected function getValueIndex($value)
244▕ {
➜ 245▕ $index = $this->values[$value] ?? null;
246▕
247▕ if ($index !== null) {
248▕ return $index;
249▕ }`
Mimimal Code Sample
The text was updated successfully, but these errors were encountered: