alefragnani / vscode-bookmarks

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

Fix Gutter Icon color settings for WSL #596

Closed b1mind closed 1 year ago

b1mind commented 1 year ago

image

When using WSL the setting for gutter icon is ignored.

Does it even need to have scope? Removed and works, window or application seem applicable too.

alefragnani commented 1 year ago

Hi @b1mind ,

First of all, thank you for your PR, and sorry for the late reply. It's been a busy period and I couldn't give proper attention to it.

About the changes yes, I agree all three scopes would work just fine. But I think for this one in particular, the best scope would be application. I guess no one would think to have different bookmark colors for workspaces or remotes. So, I'll choose application for now

I'll update the PR and merge it. It should be available in the next release

Thank you