[css][html] update dependencies

This commit is contained in:
Martin Aeschlimann
2020-11-30 23:54:40 +01:00
parent 8448b1680c
commit 634fb13135
6 changed files with 14 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ export function getHTMLMode(htmlLanguageService: HTMLLanguageService, workspace:
},
async doLinkedEditing(document: TextDocument, position: Position) {
const htmlDocument = htmlDocuments.get(document);
return htmlLanguageService.findOnTypeRenameRanges(document, position, htmlDocument);
return htmlLanguageService.findLinkedEditingRanges(document, position, htmlDocument);
},
dispose() {
htmlDocuments.dispose();