File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ add_library(LanguageServerProtocol STATIC
4848 Requests/DocumentHighlightRequest.swift
4949 Requests/DocumentLinkRequest.swift
5050 Requests/DocumentLinkResolveRequest.swift
51+ Requests/DocumentPlaygroundsRequest.swift
5152 Requests/DocumentSemanticTokensDeltaRequest.swift
5253 Requests/DocumentSemanticTokensRangeRequest.swift
5354 Requests/DocumentSemanticTokensRequest.swift
@@ -122,6 +123,7 @@ add_library(LanguageServerProtocol STATIC
122123 SupportTypes/NotebookDocument.swift
123124 SupportTypes/NotebookDocumentChangeEvent.swift
124125 SupportTypes/NotebookDocumentIdentifier.swift
126+ SupportTypes/PlaygroundItem.swift
125127 SupportTypes/Position.swift
126128 SupportTypes/PositionEncoding.swift
127129 SupportTypes/ProgressToken.swift
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ add_library(SwiftLanguageService STATIC
2525 InlayHints.swift
2626 MacroExpansion.swift
2727 OpenInterface.swift
28+ PlaygroundDiscovery.swift
2829 RefactoringEdit.swift
2930 RefactoringResponse.swift
3031 RelatedIdentifiers.swift
You can’t perform that action at this time.
0 commit comments