Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/SourceKitLSP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_library(SourceKitLSP STATIC
MessageMetadata.swift
OnDiskDocumentManager.swift
PlaygroundDiscovery.swift
QualifiedWorkspaceSymbolQuery.swift
ReferenceDocumentURL.swift
Rename.swift
SemanticTokensLegend+SourceKitLSPLegend.swift
Expand All @@ -32,6 +31,7 @@ add_library(SourceKitLSP STATIC
TestDiscovery.swift
TextEdit+IsNoop.swift
Workspace.swift
WorkspaceSymbols.swift
)
set_target_properties(SourceKitLSP PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY}
Expand Down
68 changes: 0 additions & 68 deletions Sources/SourceKitLSP/QualifiedWorkspaceSymbolQuery.swift

This file was deleted.

Loading