'I installed Visual Studio 2022 and 2019- computer is saying two versions of one

I recently got a Win 11 machine and installed Visual Studio 2022, then I installed Visual Studio 2019 to support an old app. In the search feature on the Win task bar, when I enter visual studio it shows them listed like this:

Visual Studio 2022

Visual Studio 2019 (2)

It has this for "Blend" too.

Is this just from picking the same feature set(s) during the install? For example, SQL Data Tools. And/Or could it mean something isn't right with my env?

VS 2019 is in Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe

VS 2022 is in Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\denvenv.exe

I'm having an issue with an old site in 2019, but I don't believe it's related. I am just curious why that (2) is there and what if any problems it could cause.

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source