-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Simplify Windows Start Menu folder to just be an entry #234217 #234218
base: main
Are you sure you want to change the base?
Conversation
This simple change causes the Windows installer to just place an entry in the Start Menu, instead of creating an entire folder, which does not make much sense for a single entry.
Shouldn't it be |
Could indeed have mistaken something, I am not too familiar with this and have not tested it. |
I didn't test either, I was just curious.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should either use autostartmenu or reject the PR
However, unselecting this does not create any entry at all. I will fix this PR. I cannot seem to change that message though, although it should not really matter. |
Uses the correct autostartmenu name to place the shortcut in the right place.
Done! |
This simple change causes the Windows installer to just place an entry in the Start Menu, instead of creating an entire folder, which does not make much sense for a single entry. Solves issue #234217
The resulting change is as following:
From
%appdata%\Microsoft\Windows\Start Menu\Programs\Visual Studio Code\Visual Studio Code.lnk
To
%appdata%\Microsoft\Windows\Start Menu\Programs\Visual Studio Code.lnk