tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
45 stars 14 forks source link

Duplicate and non working items #55

Open h-unterp opened 2 years ago

h-unterp commented 2 years ago

Screen Shot 2022-08-27 at 4 41 42 AM

The bottom duplicates error with: Screen Shot 2022-08-27 at 4 42 50 AM

misaki-web commented 1 year ago

Did you try to reset the extension cache? See the FAQ:

https://github.com/tintinweb/vscode-inline-bookmarks/blob/0fceb9f896a0a3a2ec09e2bcc5e741dd083f488a/README.md?plain=1#L88-L90

I also had duplicates, and resetting the cache solved the issue.

JohnboyK commented 9 months ago

I have the experience that change from a longer trigger name to a shorter trigger name do not work. For example: I had "@section[\s]" and it work properly. Then I changed my opinion and shortened to "@sect[\s]" but this change do not work! Despite change in all configurations (user and workspace) and reset of bookmark cache the inline bookmark plugin reacts still on the trigger word "@section" and NOT to the trigger word "@sect". Currently no idea how to solve the problem.... As I see the webpage do also a wrong word-conversion: my new trigger word ist @ s e c t [ \ s ] (ALL lower case characters!!!)