-
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
Integrate with the Windows 11 Context Menu #127365
Comments
@joaomoreno need to test myself but this seems to be effectively a bug if this feature is broken in win11 |
@sbatten Is there a way to convert this to a bug from a feature ask, or should I file a new one? |
I have add the bug label |
Yup, definitely a bug on Windows if that's the case. |
Its actually still in the context menu, but you have to click on |
@joaomoreno i think its not necessarily a bug in Windows but a change in API if I understand OP correctly. I'll ping @isidorn for more info. |
Let's first wait for this change to be done #127075 |
Nothing about Windows 11 should significantly impact anyone's workflow today. The fact that you're on Windows 11 means you enrolled in the Insider program, Dev channel. Please have patience. |
@joaomoreno It shouldn't, but it is. I'm on dev/internal because we've been encouraged to selfhost. So do I need to choose between working and selfhosting? |
Tell me why again you are forced to choose? The feature you want is there, just one additional click away. It's called a workaround, something you should expect when selfhosting on dev previews. |
@dstrome if you've been encouraged to use Windows 11 by your company then your company accepts the risks of using an insider preview, this is one of them. I'm also on Windows 11 and while I find it annoying to have to click once more, it's not really a massive, breaking change to my workflow, and I can patiently wait until this gets implemented. If it's really that big of a problem for you, you can submit a PR for it yourself :) You can also make this registry change to re-enable the "classic" context menu |
@JustinGrote That does not work anymore |
How We Can Get This Done ? |
I ended up using an ahk script as a temporary fix. Script:
Image search may be a better solution though, as left and then right-clicking on a file/folder will cause you to open that file/folder with this script. |
Bro Simply Bring The Old Menu Context Back |
I would if the solutions in the link you sent worked, but it doesn't, so I can't. |
It seems that the task for this issue has been finally completed on the Iteration Plan for September 2022!!! 🎉🎉🎉 |
Hi all, this iteration we were mostly finishing up the investigation of the last known issues with the context menu and the plan item was mostly for that. We have not merged the changes to our |
We have resolved this issue and with the latest VS Code insiders this problem is now fixed. In order to have the VS Code entry in the context menu a reinstall is required so you can choose the right option in the installer. It should be available in the December / January VS Code stable. We need this work to be in VS Code Insiders for a couple of milestones to build confidence. Thanks for understanding Do try it out in Insiders and let us know. Thanks a lot! |
I have tried downloading VS Code insiders from Microsoft Store, and the option in the contextual menu doesn't appear! Maybe the option is disabled by default and in Microsoft Store, vscode is installed with default settings. but it can't be changed later (Reinstall is required...) |
InsidersThis is now available in VS Code Insiders. In order to use it, please make sure to manually reinstall StableThis will only be available in VS Code once we're confident of the changes, no earlier than the January milestone. |
Hi @Diegorro98, |
It doesn't seem to work for directories, only for files? |
I can confirm that this is working only for files |
Today it started working again on folders after some weeks. It worked before just day one on installation. ¯_(ツ)_/¯ |
I installed it a few days ago (not from the store), and it doesn't work with folders unless I use "show more options". Am I missing something? |
Since a couple of days ago the Insiders context menu it is gone again. I do not know why. |
How come VsCode Insider v 1.74.0 works but VsCode Stable v 1.74.0? |
|
Anyway to do this manually? (As I'm using vscode in portable mode (:з」∠) ) |
The new Windows 11 context menu uses IExplorerCommand + app identity for app integration. Identity is established for unpackaged Win32 like VS Code using Sparse Manifests.
A sample can be found here: https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages
The context menu extension is useful for a few key reasons:
The text was updated successfully, but these errors were encountered: