-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cant install in VS 2019 16.0.1 #13
Comments
How to Install in VS 2019 16.0.2 ? |
Here, i will spare you the details : |
It worked! |
Hi, I am having this same issue. It installs on 2015 and 2017 but not 2019. The zip file listed above is no longer working. Thanks |
You have to modify the catelog.json |
I'm still getting the same error as of VS 2019 16.1.2:
Looks like the modification in the .zip has already been pulled into master, so it seems there's a different issue now? Btw, I've always loved this addon. It blows my mind that it's not a setting in VS by now. |
Is anyone still working on this project? Still broke in 16.2.5, any idea's how to fix this? It blows my mind why this is even a feature, why not just increase the text size? |
I got it to install by doing what zzquilt instructed above:
BUT, I had to do this in a few of the files, not just catalog.json. |
I've forked this and published a version that supports Visual Studio 2019 (doesn't support earlier versions). https://marketplace.visualstudio.com/items?itemName=reduckted.DisableMouseWheelZoom |
I'm not really working on it, no :( And similarly I have no idea why this isn't yet an option in Visual Studio. It was really a feature with the new editor in VS2010 because it demoed well as something we could do easily in WPF that you couldn't do in the old editor. But it was always more of a PM feature than an engineering feature, and it's always had a specific problem that users often have ctrl held down without realizing it, usually because they are saving/copying text + scrolling at the same time. |
Im trying to install extension from built-in extension manager ("Extensions-->Manage Extensions"). It constantly fails with the same error message :
This extension cannot be installed because the following references are missing: Microsoft.VisualStudio.Component.CoreEditor
Im attaching full log to this post:
Disable_MWZ_error.log
Ive already tried to change dependencies in the project file, but when im trying to install my own cooked version, it says that extension was not installed since there are may be issues with it.Will you plan support for VS 2019 ? Coding on laptop without this plugin is a pain in the back.UPD: Used this updated manifest:
https://github.com/rngbus/DisableMouseWheelZoom/blob/master/source.extension.vsixmanifest
It worked !
Thanks @rngbus !
Please update extension in the marketplace.
The text was updated successfully, but these errors were encountered: