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

Request to update marketplace version #152

Closed cell2749 closed 10 months ago

cell2749 commented 10 months ago

I was hoping to get inline blame with the latest configuration options that supports inline blaming.

At the moment adding these lines to the vscode settings JSON does nothing for me:

image

I am not sure if I am doing something wrong. These are all the versions available for me via the Extensions menu in the vscode:

image
Sertion commented 10 months ago

Hey Nikita. What marketplace?

Officially the extension is only available from the Visual Studio Marketplace and the Open VSX Registry. Please be careful if you download it from anywhere else.

The extension also requires specific versions of VSCode. It could be that you are not running the latest version of the editor.

cell2749 commented 10 months ago

Yes, I was using Visual Studio Marketplace.

It looks like when I go into VScode extensions the version shows as 10.5.0 but when I hit install -> it installs 9.0.1:

Before install:

image

After install:

image

And same list of versions is shown as above.

I am on MAC (With Apple Silicon, M1), I wonder if there is problem with compatibility. If not then I think this can be closed since the problem is most probably on my end

Sertion commented 10 months ago

It looks like there is a cached version of the extension somewhere on your machine. The only limit the extension sets is what vscode API version it can support.