Skip to content
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

Why is doesn't work with new VS 2017? #24

Open
Denis535 opened this issue Jan 4, 2019 · 5 comments
Open

Why is doesn't work with new VS 2017? #24

Denis535 opened this issue Jan 4, 2019 · 5 comments

Comments

@Denis535
Copy link

Denis535 commented Jan 4, 2019

I've made some updates: updated Microsoft.VSSDK.BuildTools and added Prerequisites.
But when I run extension, looks like experimental instance is started empty. I don't see nor your commands, nor extension in Tools/Extension and Updates.

@Denis535
Copy link
Author

Denis535 commented Jan 4, 2019

Something strange. When I run another extension project then your extensions work. But if I run your extensions then Extension and Updates is empty.

@carlos-quintero
Copy link
Collaborator

VS 2017 needs async package for autoload, which the samples don't cover.

@Denis535
Copy link
Author

Denis535 commented Jan 5, 2019

I recorded the little video https://youtu.be/FN0swozVi3M
Problem is that VS run normal instance instead of experimental. I think something is deprecated in your project.

@carlos-quintero
Copy link
Collaborator

To launch the Experimental instance when you debug an extension:

  • Go to the Properties window of the project
  • Select the Debug tab
  • In the Start Options section, Command Line Arguments field, type:

/RootSuffix Exp

@LearnGrowAndShare
Copy link

LearnGrowAndShare commented Jun 25, 2019

Hi,

I was able to solve it using Microsoft upgrade doc.

https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-migrate-extensibility-projects-to-visual-studio-2017?view=vs-2017

i would suggest the same.

In case if u have 2019, just update the version accordingly. :)

Hope this helps 👍

Note: I was not able to see the context menu for "CommandFileContextMenu", lemme know if works for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants