Add instructions for installing the VSIX from myget

This commit is contained in:
Daniel Roth 2018-04-20 16:33:54 -07:00 committed by GitHub
parent 9f589b71df
commit b05b3cac23
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ You can browse https://dotnet.myget.org/gallery/blazor-dev to find the current v
</ItemGroup>
```
To install a developer CI build of the Blazor Language Service extension for Visual Studio, add https://dotnet.myget.org/F/blazor-dev/vsix/ as an additional extension gallery by going to Tools -> Options -> Environment -> Extensions and Updates:
![image](https://user-images.githubusercontent.com/1874516/39077607-2729edb2-44b8-11e8-8798-701ba632fdd4.png)
You should then be able to install or update the Blazor Language Service exension from the developer CI feed using the Extensions and Updates dialog.
## Contributing