amir9480 / vscode-laravel-extra-intellisense

This extension adds extra autocompletion for laravel projects to VSCode.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense
MIT License
3.34k stars 52 forks source link

on vscode startup it gives an error #108

Open developer006tz opened 5 months ago

developer006tz commented 5 months ago

024-04-17 14:25:06.558 [info] Laravel Extra Intellisense Resolved: Translation namespaces 2024-04-17 14:25:06.568 [info] Laravel Extra Intellisense command started: Translation Path 2024-04-17 14:25:06.568 [info] Laravel Extra Intellisense Resolved: Configs 2024-04-17 14:25:06.569 [info] Laravel Extra Intellisense Resolved: Views paths 2024-04-17 14:25:06.591 [info] Laravel Extra Intellisense command started: Views 2024-04-17 14:25:06.758 [info] Laravel Extra Intellisense Resolved: Eloquent Attributes and Relations 2024-04-17 14:25:06.856 [error] Laravel Extra Intellisense Error: Translation Path

PHP Fatal error: Uncaught Error: Call to undefined method Laravel\Lumen\Application::langPath() in Command line code:1 Stack trace:

0 {main}

thrown in Command line code on line 1

2024-04-17 14:25:06.895 [info] Laravel Extra Intellisense Resolved: Views

amir9480 commented 5 months ago

@developer006tz Laravel Extra Intellisense doesn't support Lumen, and looks like translations work differently in Lumen. Open for any PR to add Lumen support