Code Monkey home page Code Monkey logo

Comments (7)

mcquiggd avatar mcquiggd commented on July 20, 2024 1

@andrewpros, @aberus

I've created a pull request to address this.

If you need to use it in the meantime, you can do the following:

  1. Download the vsix file.
  2. Install 7-Zip, if you do not already have it.
  3. Open the vsix file in 7-Zip (do not extract it, just open it).
  4. Right click on extension.vsixmanifest and select "Edit".
  5. Paste the following over the lines between <Installation ...> </Installation>
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Community" />
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Enterprise" />

So, the end result looks like this:

<Installation InstalledByMsi="false">
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Community" />
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[12.0, 17.0]" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
  1. Save this file (Ctrl-s).
  2. 7-Zip will prompt you to update the archive with the changed file, click yes.
  3. Exit 7-Zip and run the vsix as normal.

I am using it with VS 2019 Enterprise and VS 2019 Enterprise Preview - works fine.

from stackoverflowquicklaunch.

andrewpros avatar andrewpros commented on July 20, 2024

@mcquiggd thx, works

from stackoverflowquicklaunch.

mcquiggd avatar mcquiggd commented on July 20, 2024

@andrewpros Glad to help.. I am seeing this a lot in extensions with regard to Visual Studio 2019; it's an easy mistake to make.

from stackoverflowquicklaunch.

andrewpros avatar andrewpros commented on July 20, 2024

This is odd, the code supports vs 2019, but u cant install it.

from stackoverflowquicklaunch.

mcquiggd avatar mcquiggd commented on July 20, 2024

The manifest for the VSIX specifies requirements that prevent the installation from completing.

Correcting those entries as I mention above will mean the VSIX will install, and the code functions as intended...

from stackoverflowquicklaunch.

andrewpros avatar andrewpros commented on July 20, 2024

Yeah i know and i planed to modify the manifest myself but wasn't sure the code supports 2019 already, then u posted instructions so i was almost sure the code supports it, its just odd to me to make such tiny mistake.

from stackoverflowquicklaunch.

aberus avatar aberus commented on July 20, 2024

Current extension supports VS 2019, but Microsoft changed search experience in VS 2019. New search does not support extensibility 😞. Searching errors form error list still works.
I intended to add a disclaimer on the marketplace, but it somehow fell through the cracks.

Thank you for reporting your issue.

Untitled

from stackoverflowquicklaunch.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.