Skip to content

Commit da9c193

Browse files
award999ahoppen
andauthored
Update Sources/SourceKitLSP/LanguageService.swift
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
1 parent 0cf2ae2 commit da9c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/LanguageService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ package extension LanguageService {
533533
}
534534

535535
func syntacticDocumentPlaygrounds(for uri: DocumentURI, in workspace: Workspace) async throws -> [PlaygroundItem] {
536-
throw ResponseError.requestNotImplemented(DocumentOnTypeFormattingRequest.self)
536+
throw ResponseError.requestNotImplemented(DocumentPlaygroundsRequest.self)
537537
}
538538

539539
func canonicalDeclarationPosition(of position: Position, in uri: DocumentURI) async -> Position? {

0 commit comments

Comments
 (0)