Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status icon not visible (probably conflict with resharper) #1

Closed
micdenny opened this issue May 18, 2015 · 5 comments · Fixed by #15
Closed

Status icon not visible (probably conflict with resharper) #1

micdenny opened this issue May 18, 2015 · 5 comments · Fixed by #15

Comments

@micdenny
Copy link

I've installed the extension from visual studio 2013 update 4:

image

but after the vs restart, I don't see any icon, and I suspect is because I have resharper installed, that it also has an icon, or probably in conflict with other extension don't know.

image

image

when a solution is opened you can see the resharper icon:

image

@onlyutkarsh
Copy link
Owner

Hello Michael,

Thanks for reporting this issue. I use resharper as well and I have not had this issue. So I do not think it is caused by resharper. When solution is loaded, the animation area is in the middle beside Line number (you can build your solution to see the build icon - that is where the animation area). Can you please check whether icon is displayed in the middle?

2015-05-18_154508

Meanwhile, i will investigate from my side too. BTW, what OS version are you using? Is it Win 8 / Win 10?

@micdenny
Copy link
Author

OS: Win 8.1 pro

I realize now that I don't see the build animation icon, but a build progress bar instead:

image

need to investigate which plugin is doing this, and if is a plugin... 😄

@micdenny
Copy link
Author

It's the Enable rich client visual experience:

image

now I see the build:

image

and the vso status inspector as well (currently investigating the problem LoL):

image

I think this hint should be add in the package description, and in the github readme page, but better could be if it's possible to move that icon somewhere else (because a lot of developers has that option disabled to speedup visual studio), or manage the Enable rich client visual experience and use text instead of icon when rich client is disabled. What do you think?

@onlyutkarsh
Copy link
Owner

Brilliant! That is a good find! Thanks for finding and sharing the root cause for it. I can replicate the issue now too.
Regarding, showing text when Enable rich client visual experience is enabled, I am sceptical using the text as it gets overwritten whenever you are building or editing the code. That is because VS actively uses it to update the information. Also, user might not like it if I constantly keep writing the status there as it might hide the useful information user wants to see. Right?

I agree that it needs to be in github readme and in the package help file.

@micdenny
Copy link
Author

I agree that it needs to be in github readme and in the package help file.

I think this could be enough for now.

onlyutkarsh added a commit that referenced this issue Dec 3, 2018
onlyutkarsh added a commit that referenced this issue Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants