Skip to content
New issue

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

Remove error notifications #115

Closed
eugabrielsilva opened this issue May 9, 2024 · 9 comments
Closed

Remove error notifications #115

eugabrielsilva opened this issue May 9, 2024 · 9 comments

Comments

@eugabrielsilva
Copy link

Please remove these error notifications, they are really annoying.
Already tried the VSCode setting "disable Laravel Extra Intellisense notifications", but it doesn't work, they keep appearing.

image

@kosh2323
Copy link

Yes, I get the same thing, unfortunately the developer is not responding.

@friday-deployer
Copy link

also please don't log errors to laravel error log. it mess up the log

@bensaufley
Copy link

For me, at least, this appears to consistently be the following error:

[error] Laravel Extra Intellisense Error:
 Custom Blade Directives

PHP Fatal error:  Uncaught InvalidArgumentException: Please provide a valid cache path. /path/to/project/vendor/laravel/framework/src/Illuminate/View/Compilers/Compiler.php:67

I'm on Laravel 10.4 but I even upgraded to 11.7 and still see the error. I agree it would be good to resolve this issue. It's not just an annoying pop-up, it's obviously a sign that something is broken.

eugabrielsilva added a commit to eugabrielsilva/vscode-laravel-extra-intellisense that referenced this issue May 21, 2024
@amir9480
Copy link
Owner

@eugabrielsilva @kosh2323 @friday-deployer @bensaufley
This is a feature to inform you that autocomplete not working on your project,
You may either use "Don't show again" to disable the session or
update to v0.6.6 and set the LaravelExtraIntellisense.disableErrorAlert setting to true.

Happy coding guys

@bensaufley
Copy link

This is a feature to inform you that autocomplete not working on your project

OK thanks, but why not? Is it fixable? If so, how? I know the original issue here is "remove error notification" but I'd rather, like, resolve it than just hide/remove it.

@kosh2323
Copy link

Is it necessary to click "Hide notification" every time? This is not a solution. It's annoying, I chose to delete this extension.

@amir9480
Copy link
Owner

@bensaufley
You should check the logs and traces to see why extension can not get data from your project.
Extension runs PHP codes to get data from your app.
Currently, I working on a project using Laravel 10 and everything loads fine on it but if your found a bug fill free to open PR to fix it.

@amir9480
Copy link
Owner

@kosh2323 New version has option to completely turn it off

@kosh2323
Copy link

@kosh2323 New version has option to completely turn it off

Thanks for the answer, but there was a time when I used the extension, and that time has passed, I need a lot of distractions to solve problems, I don’t want to waste time. Maybe someday I'll return to using it. Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants