-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
Something strange. When I run another extension project then your extensions work. But if I run your extensions then Extension and Updates is empty. |
VS 2017 needs async package for autoload, which the samples don't cover. |
I recorded the little video https://youtu.be/FN0swozVi3M |
To launch the Experimental instance when you debug an extension:
/RootSuffix Exp |
Hi, I was able to solve it using Microsoft upgrade doc. 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 |
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.
The text was updated successfully, but these errors were encountered: