Skip to content

Commit d5a0d33

Browse files
committed
hints for dispose
1 parent 2ee8e4a commit d5a0d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/RenameSymbol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class RenameSymbolFeature extends LanguageClientConsumer implements Renam
4343

4444
});
4545
}
46-
public dispose() {
46+
public dispose() :void{
4747
this.command.dispose();
4848
}
4949
public async provideRenameEdits(document: TextDocument, position: Position, newName: string, _token: CancellationToken): Promise<WorkspaceEdit | undefined> {

0 commit comments

Comments
 (0)