File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1737,7 +1737,7 @@ module Interactions =
17371737 HasIncludeFilter = hasIncludeFilter
17381738 Tests = replaceProjectRootIfPresent tests })
17391739
1740- let private discoverTests_WithLangaugeServer
1740+ let private discoverTests_WithLanguageServer
17411741 testItemFactory
17421742 ( rootTestCollection : TestItemCollection )
17431743 tryGetLocation
@@ -2005,7 +2005,7 @@ module Interactions =
20052005 else
20062006 do ! runTests_ WithLanguageServer mergeTestResultsToExplorer testController.items req testRun
20072007 testRun.`` end `` ()
2008- do ! discoverTests _ WithLangaugeServer testItemFactory testController.items tryGetLocation
2008+ do ! discoverTests _ WithLanguageServer testItemFactory testController.items tryGetLocation
20092009
20102010 }
20112011 |> ( Promise.toThenable >> (!^))
@@ -2160,7 +2160,7 @@ module Interactions =
21602160 cancellationToken
21612161 builtTestProjects
21622162 else
2163- do ! discoverTests _ WithLangaugeServer testItemFactory rootTestCollection tryGetLocation
2163+ do ! discoverTests _ WithLanguageServer testItemFactory rootTestCollection tryGetLocation
21642164 }
21652165
21662166 let tryMatchTestBySuffix ( locationCache : CodeLocationCache ) ( testId : TestId ) =
You can’t perform that action at this time.
0 commit comments