File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ extension SourceKitServer {
325
325
for (url, renameLocations) in locationsByFile {
326
326
let uri = DocumentURI ( url)
327
327
if edits. changes![ uri] != nil {
328
- // We already have edits for this document provided by the language service, so we don't need to compute
328
+ // We already have edits for this document provided by the language service, so we don't need to compute
329
329
// rename ranges for it.
330
330
continue
331
331
}
Original file line number Diff line number Diff line change @@ -1169,6 +1169,7 @@ extension SourceKitServer {
1169
1169
supportsCodeActions: true
1170
1170
)
1171
1171
) ,
1172
+ renameProvider: . value( RenameOptions ( ) ) ,
1172
1173
colorProvider: . bool( true ) ,
1173
1174
foldingRangeProvider: . bool( !registry. clientHasDynamicFoldingRangeRegistration) ,
1174
1175
declarationProvider: . bool( true ) ,
You can’t perform that action at this time.
0 commit comments