mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
clean up lots of code when running tsconfig with noUnusedLocals
This commit is contained in:
@@ -413,7 +413,7 @@ export class List<T> implements IDisposable {
|
||||
return `${ this.idPrefix }_${ index }`;
|
||||
}
|
||||
|
||||
private toListEvent<T>({ indexes }: ITraitChangeEvent) {
|
||||
private toListEvent({ indexes }: ITraitChangeEvent) {
|
||||
return { indexes, elements: indexes.map(i => this.view.element(i)) };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user