-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add Wallabag extension #254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look nice
Thanks 👍🏻 That would spot several problems. Check also the deprecations: Example for level 3 (out of 9):
|
I've seen those warnings in VS Code yet I decided to ignore them since I saw them in the original Pocker Extension, which I used as a base. How can I give my code (and thus PHPStan) the context of FreshRSS so it does not show these errors? May I ask you for guidance, please? 🙏 |
@Joedmin See Joedmin/xExtension-wallabag-button#1 |
You should have the FreshRSS folder alongside your extension folder, and tell your editor tools about its path. For instance, for the Intelephense extension for PHP in VSCode, you can set the following in your {
"intelephense.environment.includePaths": [
"../FreshRSS/"
]
} |
Thank you very much @Alkarex! I'll take a look on it |
No description provided.