Skip to content

Commit 8964d60

Browse files
committed
Deprecate original API
1 parent 01da557 commit 8964d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fsharp/vs/service.fsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ type FSharpCheckFileResults =
260260
member GetExtraColorizationsAlternate : unit -> (range * FSharpTokenColorKind)[]
261261

262262
/// <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")>]
263264
member GetFormatSpecifierLocations : unit -> range[]
264265

265266
/// <summary>Get the locations of and number of arguments associated with format specifiers</summary>

0 commit comments

Comments
 (0)