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 4e0a417 commit bbb17beCopy full SHA for bbb17be
Sources/SwiftLanguageService/PlaygroundDiscovery.swift
@@ -27,7 +27,7 @@ extension SwiftLanguageService {
27
try Task.checkCancellation()
28
return
29
await PlaygroundFinder.find(
30
- in: Syntax(syntaxTree),
+ in: syntaxTree,
31
workspace: workspace,
32
snapshot: snapshot,
33
)
0 commit comments