We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01da557 commit 8964d60Copy full SHA for 8964d60
src/fsharp/vs/service.fsi
@@ -260,6 +260,7 @@ type FSharpCheckFileResults =
260
member GetExtraColorizationsAlternate : unit -> (range * FSharpTokenColorKind)[]
261
262
/// <summary>Get the locations of format specifiers</summary>
263
+ [<System.Obsolete("This member has been replaced by GetFormatSpecifierLocationsAndArity, which returns both range and arity of specifiers")>]
264
member GetFormatSpecifierLocations : unit -> range[]
265
266
/// <summary>Get the locations of and number of arguments associated with format specifiers</summary>
0 commit comments