Danielku15 / BetterStartPage

A Visual Studio like start page which replaces the news section by a custom project dashboard.
47 stars 19 forks source link

VS2015 support #8

Closed stevehansen closed 9 years ago

stevehansen commented 9 years ago

Adding the correct tag for VS2015 support in your source.extension.manifest works.

  <VisualStudio Version="14.0">
    <Edition>Pro</Edition>
  </VisualStudio>

Running the extension at the moment in VS2015 :smile:

stevehansen commented 9 years ago

Spoke too soon, starting up VS2015 always shows the same groups/solutions (something about Spider...)

Danielku15 commented 9 years ago

It looks like loading the IDE access fails, therefore just dummy test data is displayed. I'll have to investigate how to write Extensions that are compatible with multiple VS versions.

mterwoord commented 9 years ago

@Danielku15 Any luck with VS2015 support yet?

Danielku15 commented 9 years ago

Hi there. I didn't investigate into VS2015 yet. But in this minute I am upgrading to VS2015 Community Edition and I'll check if it's easily possible to make a cross-version BetterStartPage

Danielku15 commented 9 years ago

I just released Version 1.5 of BetterStartPage with VS2015 support.