-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Change checkbox "Register VS Code to be the editor for associated file types" to be checked by default #127075
Comments
To make sure nothing gets broken:
|
Adding some details on why this is important - in the new File Explorer context menu, Open With is moved to the top of the menu and supplants or replaces the need to use a separate context menu verb in most cases. It also makes it easier to establish VS Code as the default when there are multiple editors. When VS Code is only registered for *, and not for each of the individual file types it supports, it takes more clicks as you need to open the actual Open With dialog, as opposed to a single click in the context menu. Once the change is made to make VS Code register for all applicable file types by default, some users will uncheck that box. Instead of then having VS Code register for nothing other than *, ideally the next step in the install wizard should be a way for users to select any specific file types they want to register for. Because there are so many file types, ideally this should also have a select all / select none so that depending on whether the user wants it to register for just a few, or have it not be registered for just a few, it's a small number of steps either way. Alternatively, VS Code's installer could drop the first check box altogether (Register Code for supported file types) and take all users to a page which has all of the file types selected, which should achieve the same effect. |
@xandfis thanks for elaborating. We will keep this in mind in August when we flip the default. |
@JacksonKearl can you please create a new issue for that? |
I have changed the flag to be default = true and have verified the following:
So this looks good. I will merge in the PR and will keep my eyes open for user feedback. We also plan to enrich the list of supported file types. @digitarald and me will work on that in a separate issue, but should also soon be in insiders. |
After discussing with John Falcone and @joaomoreno we have decided to change the checkbox Register "VS Code to be the editor for associated file types" to be turned on by default.
Since we are wrapping up the June milestone, and July I am out on vacation we will do this start of the August milestone.
Related discussion #8687 (comment)
Main motivation for this: improve user experience on windows to more easily open associated file types in VS Code.
The text was updated successfully, but these errors were encountered: