thuantan2060 / comment-translator

Comment translator is extension for Visual Studio 2017. It make easy way to translate comment in editor. Sorry everyone because I'm focusing in another project so that I don't have enough time to take care this project anymore. If you want to modify this project feel free to fork it. Thanks! API repository: https://github.com/thuantan2060/comment-translator-api
Other
17 stars 12 forks source link

VS 2019 Support? #13

Open uglycoyote opened 4 years ago

uglycoyote commented 4 years ago

Installed product versions

Description

Is it possible to install this in VS2019?

Steps to recreate

  1. install VS2019
  2. search for your plugin -- you can't find it in the marketplace
  3. install the VSIX from your plugins' webpage, plugin does not appear in VS2019

Expected behavior

It should work in all versions of VS!

I added a comment on the VS marketplace forum but I thought I would try here since I don't know whether I would get a notification of a response over there.

michaelm7456 commented 4 years ago

In case this is of interest, I've added a Pull Request with changes which should allow this Extension to be compatible with Visual Studio 2019.

14: VSIX Manifest file to allow Extension to run in Visual Studio 2019

Hope this helps!