You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, when using config('integrations.amazon.endpoints') in the code, VS Code should provide autocomplete suggestions for this path and make it clickable. However, the Laravel Extension currently flags config('integrations.amazon.endpoints') with the error: Config [integrations.amazon.endpoints] not found. Laravel Extension(config)
Other config files, such as config/integrations/list.php, are correctly recognized and available via autocomplete.
This issue appears to be specific to config files nested deeper within subfolders.