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 0cf2ae2 commit da9c193Copy full SHA for da9c193
Sources/SourceKitLSP/LanguageService.swift
@@ -533,7 +533,7 @@ package extension LanguageService {
533
}
534
535
func syntacticDocumentPlaygrounds(for uri: DocumentURI, in workspace: Workspace) async throws -> [PlaygroundItem] {
536
- throw ResponseError.requestNotImplemented(DocumentOnTypeFormattingRequest.self)
+ throw ResponseError.requestNotImplemented(DocumentPlaygroundsRequest.self)
537
538
539
func canonicalDeclarationPosition(of position: Position, in uri: DocumentURI) async -> Position? {
0 commit comments