Update DEVGUIDE with new vsix name
This commit is contained in:
Родитель
656578c9e0
Коммит
ed2d519c37
|
@ -151,13 +151,13 @@ components installed into Visual Studio 15. You can revert this step by disabli
|
|||
|
||||
For **Debug**:
|
||||
|
||||
1. Ensure that the VSIX package is uninstalled. In VS, select Tools/Extensions and Updates and if the package `VisualStudio.FSharp.EnableOpenSource` is installed, select Uninstall
|
||||
1. Run ``debug\net40\bin\EnableOpenSource.vsix``
|
||||
1. Ensure that the VSIX package is uninstalled. In VS, select Tools/Extensions and Updates and if the package `Visual F# Tools` is installed, select Uninstall
|
||||
1. Run ``debug\net40\bin\VisualFSharpVsix.vsix``
|
||||
|
||||
For **Release**:
|
||||
|
||||
1. Ensure that the VSIX package is uninstalled. In VS, select Tools/Extensions and Updates and if the package `VisualStudio.FSharp.EnableOpenSource` is installed, select Uninstall
|
||||
1. Run ``release\net40\bin\EnableOpenSource.vsix``
|
||||
1. Ensure that the VSIX package is uninstalled. In VS, select Tools/Extensions and Updates and if the package `Visual F# Tools` is installed, select Uninstall
|
||||
1. Run ``release\net40\bin\VisualFSharpVsix.vsix``
|
||||
|
||||
Restart Visual Studio, it should now be running your freshly-built Visual F# IDE Tools with updated F# Interactive.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Id="VisualFSharp" Version="15.4.1.0" Language="en-US" Publisher="Microsoft.VisualFSharpTools" />
|
||||
<DisplayName>Visual F# Tools Templates</DisplayName>
|
||||
<DisplayName>Visual F# Tools</DisplayName>
|
||||
<Description xml:space="preserve">Deploy Visual F# Tools templates to Visual Studio</Description>
|
||||
</Metadata>
|
||||
<Installation>
|
||||
|
|
Загрузка…
Ссылка в новой задаче