We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent08bc6b8 commitd888908Copy full SHA for d888908
DEVGUIDE.md
@@ -133,13 +133,13 @@ components installed in that VS installation. You can revert this step by disab
133
134
For**Debug**, uninstall then reinstall:
135
136
-VSIXInstaller.exe /a /u:"VisualFSharp"
137
-VSIXInstaller.exe/adebug\net40\bin\VisualFSharpOpenSource.vsix
+VSIXInstaller.exe /u:"VisualFSharp"
+VSIXInstaller.exe debug\net40\bin\VisualFSharpOpenSource.vsix
138
139
For**Release**, uninstall then reinstall:
140
141
142
-VSIXInstaller.exe/arelease\net40\bin\VisualFSharpOpenSource.vsix
+VSIXInstaller.exe release\net40\bin\VisualFSharpOpenSource.vsix
143
144
Restart Visual Studio, it should now be running your freshly-built Visual F# IDE Tools with updated F# Interactive.
145