Skip to content

Commit 25b0bf4

Browse files
authored
Update DEVGUIDE.md
Corrected wording on the component to install and cleaned up some whitespace.
1 parent ae55828 commit 25b0bf4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

DEVGUIDE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Install Xamarin Studio, then
9797
To build and test Visual F# IDE Tools, install these requirements:
9898
- [Visual Studio 2017](https://www.visualstudio.com/downloads/)
9999
- Under the "Windows" workloads, select ".NET desktop development"
100-
- Select "F# language support" under the optional components
100+
- Select "F# desktop language support" under the optional components
101101
- Under the "Other Toolsets" workloads, select "Visual Studio extension development"
102102

103103
Steps to build:
@@ -108,7 +108,6 @@ Steps to build:
108108

109109
Use ``VisualFSharp.sln`` if you're building the Visual F# IDE Tools.
110110

111-
112111
Note on Debug vs Release: ``Release`` Configuration has a degraded debugging experience, so if you want to test a change locally, it is recommended to do it in the ``Debug`` configuration. For more information see https://github.com/Microsoft/visualfsharp/issues/2771 and https://github.com/Microsoft/visualfsharp/pull/2773.
113112

114113
Note: if you face this error [#2351](https://github.com/Microsoft/visualfsharp/issues/2351):
@@ -122,7 +121,6 @@ Or hard crash on launch ("Unknown Error"), delete these folders:
122121

123122
#### [Optional] Install the Visual F# IDE Tools (Windows Only)
124123

125-
At time of writing, the Visual F# IDE Tools can only be installed into the latest Visual Studio 2017 RC releases.
126124
The new builds of the Visual F# IDE Tools can no longer be installed into Visual Studio 2015.
127125

128126
You can install Visual Studio 2017 from https://www.visualstudio.com/downloads/.
@@ -152,7 +150,6 @@ changes, but the root (default) hive will remain untouched. You can also start t
152150

153151
Because this uses the "RoslynDev" hive you can simultaneously test changes to an appropriate build of Roslyn binaries.
154152

155-
156153
#### [Optional] Rapid deployment of incremental changes to Visual F# IDE Tools components
157154

158155
For the brave, you can rapidly deploy incrementally updated versions of Visual F# IDE Tool components such as ``FSHarp.Editor.dll`` by copying them directly into the extension directory in your user AppData folder:
@@ -173,7 +170,6 @@ For **Release**:
173170

174171
vsintegration\update-vsintegration.cmd release
175172

176-
177173
# Notes
178174

179175
#### Windows: Links to Additional frameworks
@@ -189,7 +185,6 @@ For **Release**:
189185
- [Windows 8.1 SDK](http://msdn.microsoft.com/en-us/library/windows/desktop/bg162891.aspx)
190186
- [Windows 10 SDK](https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk)
191187

192-
193188
#### Notes on the Windows .NET Framework build
194189

195190
1. The `update.cmd` script adds required strong name validation skips and NGens the compiler and libraries. This requires admin privileges.
@@ -214,4 +209,3 @@ Where you should set proper proxy address, user name and password.
214209
#### Resources
215210

216211
The primary technical guide to the core compiler code is [The F# Compiler Technical Guide](http://fsharp.github.io/2015/09/29/fsharp-compiler-guide.html). Please read and contribute to that guide.
217-

0 commit comments

Comments
 (0)