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: src/FsAutoComplete/Parser.fs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ module Parser =
107
107
Option<SourceTextFactoryOptions>(
108
108
"--source-text-factory",
109
109
description =
110
-
"Set the source text factory to use. NamedText is the default, and uses an old F# compiler's implementation. RoslynSourceText uses Roslyn's implementation.",
"Set the source text factory to use. RoslynSourceText is the default, uses Roslyn's implementation. NamedText uses an old F# compiler's implementation.",
0 commit comments