-
Notifications
You must be signed in to change notification settings - Fork 14
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
Filter view not working #59
Comments
Please fix this, filter is the killing part of the extension and now it just doesn't work |
Not working for me as well. |
same here |
It used to work at first, but stopped working from later on |
Not working for me either, fresh install of the extension on a Mac. The ability to filter is critical. |
same here... not working |
Still not working... Looks like last commit to repo was Oct 10 2022... EDIT: Weird... Within VSCode, it claims the Extension was Last updated on 2024-02-04, 21:41:59, but everything else seems to indicate otherwise... It says 2022 here, so I wonder where VSCode is pulling that date from... |
Bummer. This is the only bookmarks extension I know of that simply uses saved comments in the source code itself. Obviously, the feature to filter on bookmarks is critical and given that this is now broken, I think we must accept that unless somebody takes ownership to maintain this extension, it is becoming deprecated and we should move on. |
I have fixed the bug and issued a PR: I hope that the maintainer either approves the PR or turns over ownership of the project to someone who has time. This is an immensely useful extension and I think it should be maintained so that it continues to work. In the meantime, my fork of the repository, with the fix (provided for the above PR), is available here: https://github.com/daniel347x/vscode-inline-bookmarks/tree/patch-1 Apologies that I do not have time to provide integration instructions to build and load my fork into Visual Code - I am very busy and not very experienced with writing VS Code extensions. However, I was able to get my above fork built and installed into my own installation of Visual Code to test that it resolves the problem. |
OK, here are instructions how to install the corrected repository from my fork:
From https://nodejs.org/en/download/package-manager:
Confirm the versions, as noted at the above link: Now proceed to build the
In the "File Open" dialog that appears, navigate to the root of the repository and select the The installation should now be complete. |
Same issue here. I JUST started using Inline Bookmarks and burnt a few hours trying to figure out what I was doing wrong. I really appreciate @daniel347x providing a fix, but tbh, I'm not going to jump through all of those hoops, then, (ideally) end up reinstalling this proper extension when (if?) they decide to merge his fix. Hopefully they'll just issue an update with his fix soon!! |
Here is the compiled extension I built on my Mac - hopefully it works for others. Works for me. |
Hi,
When clicking Filter view and then selecting the tags i specifically want to be displayed, i have nothing anymore. Rather, all the bookmarks disappear, Inline bookmark tab becomes just empty. After a few minutes/seconds, it automatically reset to the original point. But still impossible to filter anything.
After the vscode update bug, i thought it came from me, and tried to change a few things in option. I'm pretty sure i reverted all options back once the update bug has been fixed but it's possible it comes from me. What option could have caused this (in case it only comes from me)?
Thanks.
The text was updated successfully, but these errors were encountered: