-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Windows 11 menu recommendation #183297
Comments
The feature is available with insiders https://code.visualstudio.com/insiders since #127365, I don't have plans to push this feature to stable since #164689 is a blocker. |
@deepak1556, issue #164689 describes a scenario where the tester, @dbaeumer, reported that VS Code took "quite some time" to uninstall. I don't understand why we're holding a critical productivity feature, because a single user reported that the application uninstalled slowly? Forgive me, but that seems highly subjective. @dbaeumer didn't identify how long it took to uninstall, or otherwise provided any information pertaining to the scenario under which this uninstallation was slow. To that extent, by what or whose standard, was this uninstall deemed slow? I've personally just uninstalled VS Code Insiders, and the uninstall didn't hang, and was nearly instantaneous. Ultimately, @dbaeumer didn't report that the uninstall failed --- so why are we considering this a blocker? Keep in mind, we're talking about uninstalling the application. This is not something that impacts in-app performance, application or file load times, or frankly anything of significance to the end-user. Even still, you suggested that this could be related to some scenario where windows file explorer is holding some kind of object reference. Why not just prompt the user to restart and execute your powershell script when Windows boots up? Please @deepak1556, it's been what --- nearly 2 years now that the community has been asking for this functionality. Please reconsider your position on this matter? |
For anyone here seeking a manual way to enable the context menu support before VSCode officially supports the feature in stable release: Disclaimer: These steps are unofficial and are not supported in any form by Microsoft or the VSCode developers. While the following guide has been tested by and has worked for me, I cannot guarantee that it will work for you as well. I am also not responsible for any damage it may cause.
Replace the two This is because Windows will prevent you from installing unsigned app published by Microsoft.
Add-AppxPackage -Path "<vscode_install_path>/shell/AppxManifest.xml" -Register -ExternalLocation "<vscode_install_path>/shell/"
PS. To remove the installed context menu extension, run this PowerShell command in a privileged PS window to get the Get-AppxPackage Microsoft.VSCode Then run this command to remove the extension Remove-AppxPackage <your_PackageFullName_obtained> The |
@phuze I went through the issue tracker again and we still have open issues related to this feature in different scenarios. I am also out of ideas for debugging these issues and happy to receive help from the community in addressing them. The feature in its current state is not stable ready. |
Unbelievable how this is still not resolved... Is it really that hard for an app from Microsoft itself to fix an issue for a feature where many other applications from other vendors can do it easily? It's really frustrating having to open VSCode first in order to then open any folder, instead of opening the folder directly in VSCode from the Explorer. |
I'm done waiting, I completly ditched the win11 contextual menu for https://github.com/moudey/Shell, which is 10x better than the win11 one. |
Any ETA for stable build on this one guys? |
@deepak1556, I propose to add this feature and make it optional & disabled by default, as a compromise to the current situation. |
@ArchemedIan please see #204696 which is referenced on the current iteration plan. |
Why does Microsoft's own operating system not receive support for Microsoft's own projects? A right-click menu should not be difficult for Microsoft developers, right. |
How on earth is this still missing from VS Code? Did Microsoft make the Windows 11 context menu so bad that not even other teams within the company can work with it? |
Why are you hoping for a Microsoft product to integrate with another MS product? |
Type: Feature Request
It is hoped that when you check (right-click the folder to open vscode) during installation, you can display [Open in vscode] directly in the right-click of windows11, instead of holding down [shift+ right-click] to display [Open in vscode].
VS Code version: Code 1.78.2 (b3e4e68, 2023-05-10T14:39:26.248Z)
OS version: Windows_NT x64 10.0.22621
Modes:
Sandboxed: Yes
The text was updated successfully, but these errors were encountered: