-
Notifications
You must be signed in to change notification settings - Fork 22
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
VS2015 support? #16
Comments
I'm going to update this for VS2015 and VS2017 once the SDK changes settle down. |
@jaredpar Any update on the current status? |
VS2015 should be considered more than stable enough of a platform to update this extension to. VS2017 I understand holding off on though. |
I currently have a version of the extension built and running in VS2015 on my local machine. I pushed it up to my fork of the project, but I haven't setup backwards compatibility yet, so it only works with VS2015 for the time being, plus the conflict with VsVim makes it almost unusable (for me at least). |
If @jaredpar can point me at some resources for configuring visual studio extensions for multiple versions of visual studio, including VS2015, I will gladly update that and open a PR to this repo. Something like RoundTripVSIX |
Seems like https://github.com/justcla/EasyMotion has already gone and got EasyMotion building and installing in both VS2015 and VS2017. |
VS2019 requires AsyncPackage to avoid yellow warning bars, but AsyncPackage is not available in VS2015. As such, I've cut a separate version for VS2015. |
subj
The text was updated successfully, but these errors were encountered: