You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVGUIDE.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,17 +159,15 @@ This gives a much tighter inner development loop than uninstalling/reinstalling
159
159
160
160
###[Optional] Clobber the F# SDK on the machine
161
161
162
-
**Note:**Step#3 below will clobber the machine-wide installed F# SDK on your machine. This replaces the``fsi.exe``/``fsiAnyCpu.exe`` used byVisual F# Interactive and the``fsc.exe`` used by``Microsoft.FSharp.targets``. Repairing Visual Studio 15 is currently the only way to revert this step.
162
+
**Note:**The step below willtry toclobber the machine-wide installed F# SDK on your machine. This replaces the``fsc.exe`` used bythe standard innstall location or``Microsoft.FSharp.targets``.**Repairing Visual Studio 15 is currently the only way to revert this step.**
163
163
164
164
For**Debug**:
165
165
166
-
1. Run``vsintegration\update-vsintegration.cmd debug`` (clobbers the installed F# SDK)
166
+
vsintegration\update-vsintegration.cmd debug
167
167
168
168
For**Release**:
169
169
170
-
1. Run``vsintegration\update-vsintegration.cmd release`` (clobbers the installed F# SDK)