-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
VsWhere cannot find components #199
Comments
The command works against my 16.3 Preview 3.0 install. Teams may change component names, though they are encouraged not to. Use https://github.com/microsoft/vssetup.powershell to run the following and see if the components truly are installed or what other names they might be under for 16.2 (which is what you have installed): get-vssetupinstance -path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community' | select -expand Packages | select -expand Id | sort |
Result of command execution : Component.Microsoft.VisualStudio.LiveShare |
If you check the list passed to |
Helps makes diagnostics for issues like #199 easier.
Helps makes diagnostics for issues like #199 easier.
I'm trying to run flutter desktop example, but flutter doctor cannot find necessary vs components flutter/flutter#40335
The text was updated successfully, but these errors were encountered: