Skip to content

Commit 7e3ffe5

Browse files
committed
Set the renameProvider capability
1 parent d0a559f commit 7e3ffe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SourceKitLSP/SourceKitServer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@ extension SourceKitServer {
11571157
supportsCodeActions: true
11581158
)
11591159
),
1160+
renameProvider: .value(RenameOptions()),
11601161
colorProvider: .bool(true),
11611162
foldingRangeProvider: .bool(!registry.clientHasDynamicFoldingRangeRegistration),
11621163
declarationProvider: .bool(true),

0 commit comments

Comments
 (0)