microsoft / nodejstools

Node.js Tools for Visual Studio
http://aka.ms/explorentvs
Apache License 2.0
1.79k stars 359 forks source link

Don't show project context menu items all the time #2461

Closed davidwengier closed 1 year ago

davidwengier commented 1 year ago

Looks like https://github.com/microsoft/nodejstools/pull/2460 inadvertantly caused a menu item to be added to the top of every project in Solution Explorer in VS. I expect this was unintentional, especially since I have no javascript projects in this solution :)

image

Would be great if this could be shown only when necessary, and/or moved so its not at the very top, as my muscle memory expects "Build" to be the first item there, and its a bit jarring.

joj commented 1 year ago

@Shenniey to take a look. This should only happen if the project was detected to have been migrated from NTVS. There's something odd going on here :)

Shenniey commented 1 year ago

This fix won't be in effect until the insertion into VS is completed. I'll close this issue when that completes.