Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Remove inlineBlameColor #136

Closed razinj closed 1 year ago

razinj commented 1 year ago

As I wanted to change the color for the inline blame text, I was trying to use the supplied setting inlineBlameColor in the README, but after digging into the PR, I found out that it was removed to use a more standardized way which is the editorCodeLens.foreground setting inside the workbench.colorCustomizations object.

So, I opened this PR to remove the misleading setting from the README.

Sertion commented 1 year ago

Hey RAZINJ! Thank you for the PR.

I'm sorry that the documentation was incorrect. I am very grateful you took the initiative to fix it.

Sertion commented 1 year ago

A new version is being pushed.

razinj commented 1 year ago

Awesome, glad to help!