[html] update dependencies

This commit is contained in:
Martin Aeschlimann
2020-04-27 23:15:37 +02:00
parent 0cb91f61bd
commit 919c46deab
5 changed files with 88 additions and 57 deletions

View File

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