We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ac552 commit b9d0ebcCopy full SHA for b9d0ebc
1 file changed
extensions/html-language-features/client/src/htmlMain.ts
@@ -293,7 +293,6 @@ export function activate(context: ExtensionContext) {
293
}
294
});
295
296
- // TODO
297
languages.registerOnTypeRenameProvider(documentSelector, {
298
async provideOnTypeRenameRanges(document, position) {
299
const param = client.code2ProtocolConverter.asTextDocumentPositionParams(document, position);
0 commit comments