Open
Description
Extension Version
1.0.6
PHP Binary
Sail
Operating System
macOS
What happened?
Extension is not loading and its giving me this output
2025-05-02 20:16:58.498 [info] Activating Laravel Extension...
2025-05-02 20:16:58.498 [info] Started
2025-05-02 20:17:03.377 [error] Translations
Error: __VSCODE_LARAVEL_START_OUTPUT__
TypeError
Cannot access offset of type array on array
at vendor/_laravel_ide/discover-d234df6a22ae2b9b097ac6e3772bd950.php:302
298▕ }
299▕
300▕ protected function getValueIndex($value)
301▕ {
➜ 302▕ $index = $this->values[$value] ?? null;
303▕
304▕ if ($index !== null) {
305▕ return $index;
306▕ }