-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Bookmarks not visible any more #280
Comments
Hi @aybiss , First of all, thank you for your kind words. I'm glad to know the extension is being useful. I have received a few reports (#34, #43, #160, #170, #272) about missing Icon (Side Bar) and it was always related to some error while installing/upgrading VS Code or the extension.The bookmark icon, on the other hand, I just remember on issue, caused by the fact of using a Retina display (Mac) when the extension was still using PNG images. When I upgraded to SVG the problem disappeared. You said a recent VS Code update has happened, so I guess it could be the reason. Try to reinstalling the extension, so see if it works. It must be a full reinstall, which means:
It's very important to close all VS Code instances, because VS Code removes the extension (old/uninstalled) when it starts from zero. Hope this helps. |
Thanks very much for the comprehensive reply. When loading up vscode this
morning fresh it was working fine. If they disappear again I will try your
suggestions. Have a great weekend!
…On Sat, 11 Apr. 2020, 07:01 Alessandro Fragnani, ***@***.***> wrote:
Hi @aybiss <https://github.com/aybiss> ,
First of all, thank you for your kind words. I'm glad to know the
extension is being useful.
I have received a few reports (#34
<#34>, #43
<#43>, #160
<#160>, #170
<#170>, #272
<#272>) about
missing Icon (Side Bar) and it was always related to some error while
installing/upgrading VS Code or the extension.The bookmark icon, on the
other hand, I just remember on issue, caused by the fact of using a Retina
display (Mac) when the extension was still using PNG images. When I
upgraded to SVG the problem disappeared.
You said a recent VS Code update has happened, so I guess it *could be*
the reason. Try to reinstalling the extension, so see if it works. It must
be a full reinstall, which means:
1. Uninstall the extension
2. Close all VS Code instances (reload window is not an option)
3. Open VS Code
4. Install the extension again
It's very important to *close all VS Code instances*, because VS Code
removes the extension (old/uninstalled) when it starts from zero.
Hope this helps.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#280 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFFEMSGZIQGW5VBS3Y2UPDRL6CK5ANCNFSM4MBWOYBQ>
.
|
Thank you! That's great to hear 🎉 Enjoy... |
If somebody is in the same situation, and a VSCode restart didn't fix it, just make sure the 'glyph margin' is enabled: It's not on by default, somehow, and I've spent more time "debugging" the icon missing than I'd like to admit... |
Hi @jvzr , Thank you for the tip! Maybe something has changed in newer VS Code releases, because for me, the |
Must have been an issue on my end, because as you made me double-check it reverted to on by default. Longer story: your reply made me double-check, so I opened Settings. Next to the glyph margin setting, which was enabled, it displayed the blue indicator meaning this is not the default. I clicked once, the value set to disabled but the indicator remained. I clicked again, the value set to enabled and the indicator disappeared. I must be crazy. In any case, it might be useful to let users know that this setting must be enabled for the gutter icon to show. People like me who had it disabled before because they had no use for it until now might appreciate the info 😄 I blame the name of the setting, as I was looking for something something "gutter" and only by trial and error found the misnomer. |
That's a good idea, thanks! In fact, I didn't know about that VS Code setting, until now 😁 |
I did that, but it still doesn't work |
I have the same problem. |
Until a recent update of VSCode, bookmarks were visible in the left margin next to the code. Now they are not showing. The bookmarks can be created just fine and I can navigate to them, I just can't see them.
VSCode 1.43.2
Bookmarks 11.0.0
Using remote SSH
Is this a known problem or is it something I have done to my editor settings or something else?
Thanks in advance, your extension is invaluable.
The text was updated successfully, but these errors were encountered: