tomasr / viasfora

A Visual Studio Extension containing miscellaneous improvements to the editor.
Other
557 stars 91 forks source link

Support Visual Studio 2019 Preview #262

Closed vaindil closed 5 years ago

vaindil commented 5 years ago

Any chance you would be able to add support for the Visual Studio 2019 Preview that released today? I would do a PR myself but I've never done anything with VS extensions before. I'm happy to learn though if you would prefer not to do this yourself (and would accept a PR for it). Thanks!

tomasr commented 5 years ago

Just added initial support. The dev build should be coming up in a couple of minutes.

I'll do more testing tomorrow and try to push an updated version to the VS marketplace.

vaindil commented 5 years ago

Awesome, thanks for the quick work! I tried to install the dev build from AppVeyor but I get the error below. Not sure what prerequisites I'm missing.

dev build error

tomasr commented 5 years ago

Sorry about that! Forgot to update the core editor dependency.

Fixed now, can you try the latest AppVeyor build?

vaindil commented 5 years ago

You're fast! It installed properly now, thanks! I'll let you know if I encounter any issues with it in VS 2019.

nsimeonov commented 5 years ago

Fixed now, can you try the latest AppVeyor build?

I am really ashamed to ask this, but how?

tomasr commented 5 years ago

I am really ashamed to ask this, but how?

Dev builds can be downloaded here

nsimeonov commented 5 years ago

Thank you!