alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 163 forks source link

[BUG] - workbench colorCustomizations are not working #574

Closed kumar007git closed 1 year ago

kumar007git commented 1 year ago

Steps to reproduce

  1. Add the following code to settings.json. This code is from https://github.com/alefragnani/vscode-bookmarks/issues/357 "workbench.colorCustomizations": { "bookmarks.overviewRuler": "#ff0000ee", }

  2. The overviewRuler color changes to red for bookmarked locations.

  3. If I change the color in #1, the overview Ruler color does not change. It is persistent at the color defined in #1. It's almost as if the very first color defined is what it keeps permanently.

Now, I got all red color blocks in the scroll bar. This totally messed up my vscode scrollbar. I tried resetting it but that did not help. VSCode or the bookmarks extension somehow is persisting this red color, no matter what I do to get rid of it.

How can I fix this issue? I wanted transparent color for overviewRuler.

PS It's the same issue with: "bookmarks.lineBackground" "bookmarks.lineBorder"