jbyrd
jbyrd

Reputation: 5585

Blue cursor icon next to file in Visual Studio 2017 Solution Explorer - what does it mean?

What does this blue cursor icon next to a file mean? I'm using Visual Studio 2017 with TFS:

enter image description here

Also note that I just moved all these images into a subfolder, which may be related to the meaning of the icon.

Upvotes: 0

Views: 748

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30372

The Blue cursor icon means you have changed the file name or file location within the source control.

In you case, you moved these images into a subfolder. So, the file location changed.

enter image description here

Upvotes: 1

Related Questions