Visual Sudio Code does not resolve Laravel Facades even with PHP Intelephense extension and _ide-helper.php file generated by laravel-ide-helper. When I add _ide-helper.php while the workspace is open, Facades are resolved, however it won't be resolved when I reopen the workspace later.
Any of below I tried did not solve this issue.
- Put _ide-helper.php at the root of the workspace.
- Restart VSCode.
- Add _ide-helper.php path to Intelephense "Include Path" settings.
- Tried with both relative and absolute paths, also in both User and Workspace settings.
- Tried with the directory path where _ide-helper.php is located.

