Skip to content

Commit 105adb9

Browse files
committed
Set the renameProvider capability
1 parent 3d7c405 commit 105adb9

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
@@ -1151,6 +1151,7 @@ extension SourceKitServer {
11511151
supportsCodeActions: true
11521152
)
11531153
),
1154+
renameProvider: .value(RenameOptions()),
11541155
colorProvider: .bool(true),
11551156
foldingRangeProvider: .bool(!registry.clientHasDynamicFoldingRangeRegistration),
11561157
declarationProvider: .bool(true),

0 commit comments

Comments
 (0)