We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee8e4a commit d5a0d33Copy full SHA for d5a0d33
src/features/RenameSymbol.ts
@@ -43,7 +43,7 @@ export class RenameSymbolFeature extends LanguageClientConsumer implements Renam
43
44
});
45
}
46
- public dispose() {
+ public dispose() :void{
47
this.command.dispose();
48
49
public async provideRenameEdits(document: TextDocument, position: Position, newName: string, _token: CancellationToken): Promise<WorkspaceEdit | undefined> {
0 commit comments